summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2015-12-19 20:20:55 -0500
committer AJR <ajrhacker@users.noreply.github.com>2015-12-19 20:20:55 -0500
commitd6445f496cef639aedba3af681a9a3955605b981 (patch)
treec15fbecd3174876615323f51f639b661848daca0 /scripts
parentad4d85f68fe78b2e10a913f7198b78cb362882eb (diff)
parent538d7d5fe75aabc0c2a105f7f9029178d87f2f4e (diff)
Allow SDLMAME to build on OS X from paths containing spaces (and allow SOURCES option as well)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua
index d96f6bb8629..dfd46da2e51 100644
--- a/scripts/src/main.lua
+++ b/scripts/src/main.lua
@@ -200,7 +200,7 @@ end
"-sectcreate __TEXT __info_plist " .. _MAKE.esc(GEN_DIR) .. "resource/" .. _subtarget .. "-Info.plist"
}
custombuildtask {
- { MAME_DIR .. "src/version.cpp" , GEN_DIR .. "resource/" .. _subtarget .. "-Info.plist", { MAME_DIR .. "scripts/build/verinfo.py" }, {"@echo Emitting " .. _subtarget .. "-Info.plist" .. "...", PYTHON .. " $(1) -p -b " .. _subtarget .. " $(<) > $(@)" }},
+ { MAME_DIR .. "src/version.cpp" , GEN_DIR .. "resource/" .. _subtarget .. "-Info.plist", { MAME_DIR .. "scripts/build/verinfo.py" }, {"@echo Emitting " .. _subtarget .. "-Info.plist" .. "...", PYTHON .. " $(1) -p -b " .. _subtarget .. " $(<) > $(@)" }},
}
dependency {
{ "$(TARGET)" , GEN_DIR .. "resource/" .. _subtarget .. "-Info.plist", true },