mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
ssues with white-space in MAME_DIR [qmc2]
This commit is contained in:
parent
8636aabc27
commit
d33822a35c
@ -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 = ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user