summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
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",