mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
xcode: added ios/osx target sdk selection (#40 by @attilaz).
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user