File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ if [ $simulator == 1 ]; then
53
53
export CFLAGS=" -O3 -arch x86_64 -arch i386 -fembed-bitcode-marker -mios-simulator-version-min=10.0 -isysroot ` xcrun -sdk iphonesimulator --show-sdk-path` "
54
54
export CXXFLAGS=" -O3 -arch x86_64 -arch i386 -fembed-bitcode-marker -mios-simulator-version-min=10.0 -isysroot ` xcrun -sdk iphonesimulator --show-sdk-path` "
55
55
mkdir -p build
56
- ./configure --disable-shared --host=x86_64-apple-darwin --enable-static
56
+ ./configure --disable-shared --host=x86_64-apple-darwin --enable-static --disable-elements
57
57
if [ $clean == 1 ]; then
58
58
set -v # display commands
59
59
make clean
@@ -73,7 +73,7 @@ if [ $device == 1 ]; then
73
73
export CFLAGS=" -O3 -arch arm64 -arch arm64e -arch armv7 -arch armv7s -fembed-bitcode -mios-version-min=10.0 -isysroot ` xcrun -sdk iphoneos --show-sdk-path` "
74
74
export CXXFLAGS=" -O3 -arch arm64 -arch arm64e -arch armv7 -arch armv7s -isysroot -fembed-bitcode -mios-version-min=10.0 -isysroot ` xcrun -sdk iphoneos --show-sdk-path` "
75
75
mkdir -p build
76
- ./configure --disable-shared --host=aarch64-apple-darwin14 --enable-static
76
+ ./configure --disable-shared --host=aarch64-apple-darwin14 --enable-static --disable-elements
77
77
if [ $clean == 1 ]; then
78
78
make clean
79
79
fi
You can’t perform that action at this time.
0 commit comments