summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-03-23 21:23:14 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-03-23 21:23:14 +0100
commitc22a27df812e9ca332a596b1914856e831b577b8 (patch)
tree7deb74a0a350b183745ad43fadbd5b50b01b8a65 /scripts/genie.lua
parentb8043393846ae1b9bf7514eed99e7263203b3149 (diff)
Ci20 wip support (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua14
1 files changed, 13 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 5a7748bd5cb..219b493f135 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -115,6 +115,7 @@ newoption {
{ "solaris", "Solaris SunOS" },
{ "steamlink", "Steam Link" },
{ "rpi", "Raspberry Pi" },
+ { "ci20", "Creator-Ci20" },
},
}
@@ -1101,7 +1102,7 @@ configuration { "pnacl" }
}
archivesplit_size "20"
-configuration { "linux-* or rpi"}
+configuration { "linux-* or rpi or ci20"}
links {
"dl",
"rt",
@@ -1139,6 +1140,17 @@ configuration { "rpi" }
"pthread",
}
+
+configuration { "ci20" }
+ links {
+ "SDL2",
+ "asound",
+ "fontconfig",
+ "freetype",
+ "pthread",
+ }
+
+
configuration { "osx* or xcode4" }
links {
"pthread",