mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
iOS: Updated default iOS version.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user