mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
fix for Android build (nw)
This commit is contained in:
parent
16f2a92f89
commit
b6a6a03fa5
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ project "netlist"
|
|||
kind (LIBTYPE)
|
||||
|
||||
addprojectflags()
|
||||
|
||||
|
||||
defines {
|
||||
"__STDC_CONSTANT_MACROS",
|
||||
}
|
||||
|
||||
includedirs {
|
||||
MAME_DIR .. "src/lib/netlist",
|
||||
|
|
Loading…
Reference in a new issue