Fix OS X tools build when MAME_DIR includes spaces (nw)

This commit is contained in:
AJR 2017-04-09 10:36:18 -04:00
parent 7f3b803ec1
commit 5f29d0b1a3

View File

@ -780,7 +780,7 @@ if _OPTIONS["targetos"] == "macosx" then
end
linkoptions {
"-sectcreate __TEXT __info_plist " .. MAME_DIR .. "src/tools/aueffectutil-Info.plist",
"-sectcreate __TEXT __info_plist " .. _MAKE.esc(MAME_DIR) .. "src/tools/aueffectutil-Info.plist",
}
dependency {