diff options
author | 2017-08-23 12:09:38 +0900 | |
---|---|---|
committer | 2017-08-23 13:09:38 +1000 | |
commit | 41e044ae012c6b33ea6c9c88860be787b4b5d09e (patch) | |
tree | 15776d71fe5bc13044c7ded734450589d534096f /scripts/genie.lua | |
parent | 1de4735438cf385ec99ea51b74c2274ddeee2616 (diff) |
Modification for Android build (NDK r14b, build-tools 21.1.2 and gradle 2.2.1) (#2585)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 27c6819d1b5..22d7d05f69c 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1051,6 +1051,7 @@ configuration { "android*" } "-Wno-undef", "-Wno-typedef-redefinition", "-Wno-unknown-warning-option", + "-Wno-incompatible-ms-struct", } buildoptions_cpp { "-x c++", |