diff options
author | 2015-09-13 14:04:00 +0200 | |
---|---|---|
committer | 2015-09-13 14:04:00 +0200 | |
commit | d0e0a5bfa4a0bd1b743c352facc7cefd1fed976e (patch) | |
tree | 6af0ee46ea19fde97fab7fb326b1882e60113e9d /scripts/src/devices.lua | |
parent | e3a6e9b0b8df6ee519d9cd660794a71ac708f28f (diff) |
removed not needed include paths (nw)
Diffstat (limited to 'scripts/src/devices.lua')
-rw-r--r-- | scripts/src/devices.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/src/devices.lua b/scripts/src/devices.lua index a79b7afa03d..a7dc3c69367 100644 --- a/scripts/src/devices.lua +++ b/scripts/src/devices.lua @@ -27,7 +27,6 @@ function devicesProject(_target, _subtarget) MAME_DIR .. "3rdparty", GEN_DIR .. "emu", GEN_DIR .. "emu/layout", - MAME_DIR .. "src/emu/cpu/m68000", } if _OPTIONS["with-bundled-expat"] then includedirs { |