Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into dev_selfbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
itsafuu committed Jan 22, 2025
2 parents f1262a5 + 58d19c0 commit 0475f7e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build/OSX/Openssl-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ LIB_DIR="$INSTALL_DIR/lib"

if $X86_64_PRESENT; then
if [ ! -f "Makefile" ]; then
$SRC_DIR/Configure $DEBUG_FLAGS darwin64-x86_64-cc -static --prefix=$BUILD_DIR --openssldir=$BUILD_DIR -mmacosx-version-min=$MACOSX_DEPLOYMENT_TARGET
$SRC_DIR/Configure $DEBUG_FLAGS darwin64-x86_64-cc no-asm -static --prefix=$BUILD_DIR --openssldir=$BUILD_DIR -mmacosx-version-min=$MACOSX_DEPLOYMENT_TARGET
fi
make build_generated libcrypto.a libssl.a
make install_dev
Expand Down Expand Up @@ -85,7 +85,7 @@ if $X86_64_PRESENT && $ARM64_PRESENT; then
mv $LIB_DIR/libcrypto.a $LIB_DIR/libcryptotemp.a

lipo -create $ARM64_DIR/libssl.a $LIB_DIR/libssltemp.a -output $LIB_DIR/libssl.a
lipo -create $ARM64_DIR/libcrypto.a $LIB_DIR/libssltemp.a -output $LIB_DIR/libcrypto.a
lipo -create $ARM64_DIR/libcrypto.a $LIB_DIR/libcryptotemp.a -output $LIB_DIR/libcrypto.a
rm -rf $ARM64_DIR
rm $LIB_DIR/libssltemp.a
rm $LIB_DIR/libcryptotemp.a
Expand Down
2 changes: 1 addition & 1 deletion ipfs-lite-cpp
2 changes: 1 addition & 1 deletion ipfs-pubsub
2 changes: 1 addition & 1 deletion rocksdb

0 comments on commit 0475f7e

Please sign in to comment.