diff options
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 8886fe2d0e6..e76a2c1c3d1 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -151,7 +151,6 @@ newoption { { "haiku", "Haiku" }, { "solaris", "Solaris SunOS" }, { "rpi", "Raspberry Pi" }, - { "ci20", "Creator-Ci20" }, }, } @@ -1224,7 +1223,7 @@ configuration { "android-arm64" } "-Wno-asm-operand-widths", } -configuration { "linux-* or rpi or ci20"} +configuration { "linux-* or rpi"} links { "dl", "rt", @@ -1252,16 +1251,6 @@ configuration { "rpi" } } -configuration { "ci20" } - links { - "SDL2", - "asound", - "fontconfig", - "freetype", - "pthread", - } - - configuration { "osx* or xcode4" } links { "pthread", |