From 8938d31d9954114b0ca63559f625af2f26d3069a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E9=A3=8E?= Date: Thu, 6 Dec 2018 16:16:10 +0800 Subject: [PATCH] Enable embed-bitcode (#197) --- scripts/toolchain.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index 03f9708..7f675e9 100644 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -1073,6 +1073,7 @@ function toolchain(_buildDir, _libDir) buildoptions { "-miphoneos-version-min=7.0", "--sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS" ..iosPlatform .. ".sdk", + "-fembed-bitcode", } configuration { "ios-simulator" }