summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/devices.lua15
-rw-r--r--scripts/src/emu.lua5
2 files changed, 0 insertions, 20 deletions
diff --git a/scripts/src/devices.lua b/scripts/src/devices.lua
index 9985586f6f9..a79b7afa03d 100644
--- a/scripts/src/devices.lua
+++ b/scripts/src/devices.lua
@@ -34,11 +34,6 @@ function devicesProject(_target, _subtarget)
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",
@@ -81,11 +76,6 @@ if (_OPTIONS["DRIVERS"] == nil) 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",
@@ -119,11 +109,6 @@ end
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",
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",