iOS: Updated default iOS version.

This commit is contained in:
Branimir Karadzic
2014-12-07 09:56:59 -08:00
parent c9829ef627
commit 10960a422a

View File

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