diff options
author | 2016-02-26 20:30:37 +0100 | |
---|---|---|
committer | 2016-02-26 20:30:37 +0100 | |
commit | 9d4c8c5de5ebc130e371b014361bbc7d869323cf (patch) | |
tree | 02fe8a72d6839def5173e026380ccf1fb81bd794 /scripts/genie.lua | |
parent | 5a567f354191eea5d4ff774ba0cf2ecc21687bfd (diff) |
Made xcode params more generic (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 3 |
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"] .. "/") |