Kaynağa Gözat

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

Branimir Karadžić 11 yıl önce
ebeveyn
işleme
9d22087437

+ 2 - 3
scripts/toolchain.lua

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

BIN
tools/bin/darwin/genie


BIN
tools/bin/linux/genie


BIN
tools/bin/windows/genie.exe