From 10960a422a9ead6e78d0fce851d8446cd5a609f5 Mon Sep 17 00:00:00 2001 From: Branimir Karadzic Date: Sun, 7 Dec 2014 09:56:59 -0800 Subject: [PATCH] iOS: Updated default iOS version. --- scripts/toolchain.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index 6b5501e..ad3d67e 100755 --- a/scripts/toolchain.lua +++ b/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