summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/lib.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/lib.lua')
-rw-r--r--scripts/src/lib.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/src/lib.lua b/scripts/src/lib.lua
index 1549084c918..7a97f1facbe 100644
--- a/scripts/src/lib.lua
+++ b/scripts/src/lib.lua
@@ -427,6 +427,7 @@ project "formats"
MAME_DIR .. "src/lib/formats/itt3030_dsk.h",
}
+if (MACHINES["NETLIST"]~=null or _OPTIONS["with-tools"]) then
-- netlist now defines a project
dofile("netlist.lua")
-
+end