Skip to content

Commit 8574002

Browse files
lsjRoman Belyakov
lsj
authored and
Roman Belyakov
committed
https://github.com/yenom/BitcoinKit/issues/255
1 parent bf28330 commit 8574002

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup/build_secp256k1.sh

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ mkdir -p "$TARGETDIR_SIMULATOR"
2020

2121
(cd src && ./autogen.sh)
2222
(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)
2325
(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)
2426

2527
cd -

0 commit comments

Comments
 (0)