diff options
author | 2015-03-26 09:20:27 +0100 | |
---|---|---|
committer | 2015-03-26 09:20:27 +0100 | |
commit | 51968eddb339204ffe48824ec226dbe4bc94335b (patch) | |
tree | 7ca0ec73a615f16b92888104d3f74502e8bbbcfa /scripts/src | |
parent | 766f90c8675314c17e36ee1a5a7417f0106aca98 (diff) |
fixed compiling ldplayer (nw)
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index 70a672881a2..aa939c1f115 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -72,6 +72,7 @@ function mainProject(_target, _subtarget) MAME_DIR .. "3rdparty", MAME_DIR .. "3rdparty/zlib", GEN_DIR .. "mame/layout", + GEN_DIR .. "ldplayer/layout", GEN_DIR .. "osd/windows", } |