diff options
Diffstat (limited to 'scripts/src/emu.lua')
| -rw-r--r-- | scripts/src/emu.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/src/emu.lua b/scripts/src/emu.lua index 3ccb8bdd248..547c57e2791 100644 --- a/scripts/src/emu.lua +++ b/scripts/src/emu.lua @@ -24,11 +24,6 @@ if _OPTIONS["with-bundled-expat"] then MAME_DIR .. "3rdparty/expat/lib", } end -if _OPTIONS["with-bundled-zlib"] then - includedirs { - MAME_DIR .. "3rdparty/zlib", - } -end if _OPTIONS["with-bundled-lua"] then includedirs { MAME_DIR .. "3rdparty/lua/src", |
