mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Updated GENie.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user