summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Miso Kim <meeso.kim@gmail.com>2017-08-23 12:09:38 +0900
committer Vas Crabb <cuavas@users.noreply.github.com>2017-08-23 13:09:38 +1000
commit41e044ae012c6b33ea6c9c88860be787b4b5d09e (patch)
tree15776d71fe5bc13044c7ded734450589d534096f /scripts/genie.lua
parent1de4735438cf385ec99ea51b74c2274ddeee2616 (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.lua1
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++",