diff options
author | 2015-04-18 12:51:33 +0200 | |
---|---|---|
committer | 2015-04-18 12:51:33 +0200 | |
commit | f56db1ff3fc73037fc900bfee9cebe80cc63afeb (patch) | |
tree | b7994ac1da579b345b89c03db35188576d58ca5f /scripts/genie.lua | |
parent | 38458c4d8feb96f2d763424408e0b75650125dae (diff) |
fixed android compile (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index b5619c41f50..597dca93f26 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -906,6 +906,9 @@ configuration { "asmjs" } archivesplit_size "20" configuration { "android*" } + buildoptions { + "-Wno-undef", + } buildoptions_cpp { "-x c++", "-std=gnu++98", |