File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ mkdir -p "$TARGETDIR_SIMULATOR"
20
20
21
21
(cd src && ./autogen.sh)
22
22
(cd src && ./configure --host=x86_64-apple-darwin CC=` xcrun -find clang` CFLAGS=" -O3 -arch i386 -arch x86_64 -isysroot ` xcrun -sdk iphonesimulator --show-sdk-path` -fembed-bitcode-marker -mios-simulator-version-min=8.0" CXX=` xcrun -find clang++` CXXFLAGS=" -O3 -arch i386 -arch x86_64 -isysroot ` xcrun -sdk iphonesimulator --show-sdk-path` -fembed-bitcode-marker -mios-simulator-version-min=8.0" --prefix=" $TARGETDIR_IPHONEOS " && make install)
23
+ (cd src && make distclean > /dev/null)
24
+ (cd src && ./autogen.sh)
23
25
(cd src && ./configure --host=arm-apple-darwin CC=` xcrun -find clang` CFLAGS=" -O3 -arch armv7 -arch armv7s -arch arm64 -isysroot ` xcrun -sdk iphoneos --show-sdk-path` -fembed-bitcode -mios-version-min=8.0" CXX=` xcrun -find clang++` CXXFLAGS=" -O3 -arch armv7 -arch armv7s -arch arm64 -isysroot ` xcrun -sdk iphoneos --show-sdk-path` -fembed-bitcode -mios-version-min=8.0" --prefix=" $TARGETDIR_SIMULATOR " && make install)
24
26
25
27
cd -
You can’t perform that action at this time.
0 commit comments