diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index be48487..a77b5f7 100755 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -290,7 +290,7 @@ function toolchain(_buildDir, _libDir) elseif "osx" == _OPTIONS["gcc"] then if os.is("linux") then - local osxToolchain = "x86_64-apple-darwin13-" + local osxToolchain = "x86_64-apple-darwin15-" premake.gcc.cc = osxToolchain .. "clang" premake.gcc.cxx = osxToolchain .. "clang++" premake.gcc.ar = osxToolchain .. "ar" diff --git a/tools/bin/darwin/genie b/tools/bin/darwin/genie index 54b5fcd..a027662 100755 Binary files a/tools/bin/darwin/genie and b/tools/bin/darwin/genie differ diff --git a/tools/bin/linux/genie b/tools/bin/linux/genie index 2a498c4..c0f8e88 100755 Binary files a/tools/bin/linux/genie and b/tools/bin/linux/genie differ diff --git a/tools/bin/windows/genie.exe b/tools/bin/windows/genie.exe index 85f9260..7fb46ee 100644 Binary files a/tools/bin/windows/genie.exe and b/tools/bin/windows/genie.exe differ