Ver Fonte

iOS: Updated default iOS version.

Branimir Karadzic há 11 anos atrás
pai
commit
10960a422a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      scripts/toolchain.lua

+ 1 - 1
scripts/toolchain.lua

@@ -71,7 +71,7 @@ function toolchain(_buildDir, _libDir)
 		androidPlatform = "android-" .. _OPTIONS["with-android"]
 		androidPlatform = "android-" .. _OPTIONS["with-android"]
 	end
 	end
 
 
-	local iosPlatform = "8.0"
+	local iosPlatform = ""
 	if _OPTIONS["with-ios"] then
 	if _OPTIONS["with-ios"] then
 		iosPlatform = _OPTIONS["with-ios"]
 		iosPlatform = _OPTIONS["with-ios"]
 	end
 	end