mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-21 00:45:49 +08:00
Update code to v1.0.14 (10)
This commit is contained in:
16
android/extern/wolfssl/IDE/XCODE/build-for-i386.sh
vendored
Normal file
16
android/extern/wolfssl/IDE/XCODE/build-for-i386.sh
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
WORKSPACE=$(eval "pwd")
|
||||
PROJ=wolfssl.xcodeproj
|
||||
CONFIG=Release
|
||||
SCHEME=wolfssl_ios
|
||||
ARCH=i386
|
||||
SDK=watchsimulator5.1
|
||||
CONF_BUILD_DIR=${WORKSPACE}/simulator
|
||||
|
||||
xcodebuild clean build -project ${PROJ} -configuration ${CONFIG} \
|
||||
-scheme ${SCHEME} -arch ${ARCH} -sdk ${SDK} \
|
||||
BITCODE_GENERATION_MODE=bitcode \
|
||||
OTHER_CFLAGS="-fembed-bitcode -O3 -fomit-frame-pointer" \
|
||||
CONFIGURATION_BUILD_DIR=${CONF_BUILD_DIR} \
|
||||
-quiet
|
||||
Reference in New Issue
Block a user