mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
Fix build for drivers that use netlist (nw)
This commit is contained in:
parent
6db3ac040c
commit
3ac71817d7
@ -287,9 +287,9 @@ if sys.argv[3]=='target':
|
||||
sys.stdout.write(' MAME_DIR .. "src/mame",\n')
|
||||
sys.stdout.write(' MAME_DIR .. "src/lib",\n')
|
||||
sys.stdout.write(' MAME_DIR .. "src/lib/util",\n')
|
||||
sys.stdout.write(' MAME_DIR .. "src/lib/netlist",\n')
|
||||
sys.stdout.write(' MAME_DIR .. "3rdparty",\n')
|
||||
sys.stdout.write(' GEN_DIR .. "mame/layout",\n')
|
||||
sys.stdout.write(' GEN_DIR .. "mess/layout",\n')
|
||||
sys.stdout.write(' }\n')
|
||||
sys.stdout.write(' if _OPTIONS["with-bundled-zlib"] then\n')
|
||||
sys.stdout.write(' includedirs {\n')
|
||||
|
Loading…
Reference in New Issue
Block a user