Преглед на файлове

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

Branimir Karadžić преди 11 години
родител
ревизия
9d22087437
променени са 4 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 2 3
      scripts/toolchain.lua
  2. BIN
      tools/bin/darwin/genie
  3. BIN
      tools/bin/linux/genie
  4. BIN
      tools/bin/windows/genie.exe

+ 2 - 3
scripts/toolchain.lua

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

BIN
tools/bin/darwin/genie


BIN
tools/bin/linux/genie


BIN
tools/bin/windows/genie.exe