mirror of
https://github.com/holub/mame
synced 2025-10-08 17:37:56 +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-bad-function-cast",
|
||||||
"-Wno-undef",
|
"-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 {
|
buildoptions_c {
|
||||||
"-Wno-incompatible-pointer-types-discards-qualifiers",
|
"-Wno-incompatible-pointer-types-discards-qualifiers",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user