mirror of
https://github.com/holub/mame
synced 2025-06-03 19:36:26 +03:00
required to get latest mongoose compiling
This commit is contained in:
parent
43ef9c65e0
commit
3a692ce773
@ -414,7 +414,7 @@ project "mongoose"
|
||||
"ForceCPP",
|
||||
}
|
||||
defines {
|
||||
"MONGOOSE_ENABLE_THREADS",
|
||||
-- "MONGOOSE_ENABLE_THREADS", -- newest version does this now
|
||||
"NS_STACK_SIZE=0"
|
||||
}
|
||||
|
||||
@ -580,6 +580,11 @@ project "bgfx"
|
||||
includedirs {
|
||||
MAME_DIR .. "3rdparty/bx/include/compat/mingw",
|
||||
}
|
||||
buildoptions {
|
||||
"-Wno-error=pedantic",
|
||||
"-Wno-pedantic"
|
||||
}
|
||||
|
||||
|
||||
configuration { "osx*" }
|
||||
includedirs {
|
||||
|
Loading…
Reference in New Issue
Block a user