mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fixed android build (nw)
This commit is contained in:
parent
8d719a4df4
commit
0f877e08b3
@ -620,7 +620,7 @@ project "sqlite3"
|
||||
"-Wno-bad-function-cast",
|
||||
"-Wno-undef",
|
||||
}
|
||||
if _OPTIONS["gcc"]~=nil and string.find(_OPTIONS["gcc"], "clang") then
|
||||
if _OPTIONS["gcc"]~=nil and ((string.find(_OPTIONS["gcc"], "clang") or string.find(_OPTIONS["gcc"], "asmjs") or string.find(_OPTIONS["gcc"], "android"))) then
|
||||
buildoptions_c {
|
||||
"-Wno-incompatible-pointer-types-discards-qualifiers",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user