ssues with white-space in MAME_DIR [qmc2]

This commit is contained in:
Miodrag Milanovic 2015-04-30 13:20:36 +02:00
parent 8636aabc27
commit d33822a35c

View File

@ -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 = ""