Merge branch 'master' of github.com:bkaradzic/bx

This commit is contained in:
Branimir Karadžić
2015-01-31 13:46:44 -08:00
4 changed files with 2 additions and 3 deletions

View File

@@ -294,14 +294,13 @@ function toolchain(_buildDir, _libDir)
elseif _ACTION == "xcode4" then
if "osx" == _OPTIONS["xcode"] then
premake.xcode.toolset = "macosx"
location (_buildDir .. "projects/" .. _ACTION .. "-osx")
end
if "ios" == _OPTIONS["xcode"] then
premake.xcode.toolset = "iphoneos"
location (_buildDir .. "projects/" .. _ACTION .. "-ios")
end
end
flags {

Binary file not shown.

Binary file not shown.

Binary file not shown.