Updated GENie.

This commit is contained in:
Branimir Karadžić
2016-05-15 15:40:36 -07:00
parent e2ad6eea41
commit 3dd2331f70
4 changed files with 1 additions and 1 deletions

View File

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