summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-26 08:20:30 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-26 11:59:17 +0100
commite740bb69157a01f928c37a404aece45835d66f3d (patch)
treeddb056c86151d364df6dcfb4e4fb8d15f1f93887 /scripts/genie.lua
parent4a3926b1eb30795b75f4406f157775735f9ca5ed (diff)
Fixing some more Android related things (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua9
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" }