summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index d17607bbdce..5dfe485cf54 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -8,6 +8,9 @@ newoption {
premake.check_paths = true
premake.make.override = { "TARGET" }
+
+premake.xcode.parameters = { 'CLANG_CXX_LANGUAGE_STANDARD = "c++14"', 'CLANG_CXX_LIBRARY = "libc++"' }
+
MAME_DIR = (path.getabsolute("..") .. "/")
--MAME_DIR = string.gsub(MAME_DIR, "(%s)", "\\%1")
local MAME_BUILD_DIR = (MAME_DIR .. _OPTIONS["build-dir"] .. "/")