diff options
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 5f226315e47..e490701e9e9 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -98,15 +98,11 @@ newoption { trigger = "targetos", description = "Choose target OS", allowed = { - { "android-arm", "Android - ARM" }, - { "android-mips", "Android - MIPS" }, - { "android-x86", "Android - x86" }, + { "android", "Android" }, { "asmjs", "Emscripten/asm.js" }, { "freebsd", "FreeBSD" }, { "netbsd", "NetBSD" }, { "openbsd", "OpenBSD" }, - { "nacl", "Native Client" }, - { "nacl-arm", "Native Client - ARM" }, { "pnacl", "Native Client - PNaCl" }, { "linux", "Linux" }, { "ios", "iOS" }, @@ -1035,6 +1031,9 @@ configuration { "android*" } "-Wno-tautological-constant-out-of-range-compare", "-Wno-tautological-pointer-compare", } + defines { + "_POSIX_BARRIERS=1", + } archivesplit_size "20" configuration { "pnacl" } |