diff options
author | 2015-04-30 13:20:36 +0200 | |
---|---|---|
committer | 2015-04-30 13:20:36 +0200 | |
commit | d33822a35c76722a29e59d7f387c7966250ece68 (patch) | |
tree | be8779aab36f38a0ad175eb2a60c2ea811f050e1 /scripts/genie.lua | |
parent | 8636aabc275994f542da35edb78ef8bee4213431 (diff) |
ssues with white-space in MAME_DIR [qmc2]
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 032e66409c7..42ff7fc64ce 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1,6 +1,7 @@ premake.check_paths = true premake.make.override = { "TARGET" } MAME_DIR = (path.getabsolute("..") .. "/") +MAME_DIR = string.gsub(MAME_DIR, "(%s)", "\\%1") local MAME_BUILD_DIR = (MAME_DIR .. "build/") local naclToolchain = "" |