mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
Fix OS X tools build when MAME_DIR includes spaces (nw)
This commit is contained in:
parent
7f3b803ec1
commit
5f29d0b1a3
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user