소스 검색

iOS: Updated default iOS version.

Branimir Karadzic 11 년 전
부모
커밋
10960a422a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/toolchain.lua

+ 1 - 1
scripts/toolchain.lua

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