Skip to content

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
radetsky committed May 23, 2024
1 parent d1329a6 commit 13a999a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions build-libssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ run_make()
# Cleanup and bookkeeping at end of build loop
finish_build_loop()
{
echo ">>>>>>>>>>>>>>>> End of ${PLATFORM} ${SDKVERSION} ${ARCH} <<<<<<<<<<<<<<<<"
# Return to ${CURRENTPATH} and remove source dir
cd "${CURRENTPATH}"
rm -r "${SOURCEDIR}"
Expand Down
13 changes: 0 additions & 13 deletions create-openssl-framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,18 +193,6 @@ if [ $FWTYPE == "dynamic" ]; then
INSTALL_NAME="@rpath/${FWNAME}.framework/${FWNAME}"
fi

echo "ld obj/*.o \
-dylib \
-bitcode_bundle \
-lSystem \
-arch $ARCH \
$MIN_SDK \
-syslibroot $SDK \
-compatibility_version $COMPAT_VERSION \
-current_version $CURRENT_VERSION \
-application_extension \
-install_name $INSTALL_NAME \
-o $FWNAME.dylib"
ld obj/*.o \
-dylib \
-bitcode_bundle \
Expand Down Expand Up @@ -250,7 +238,6 @@ else
NORMALIZE_OPENSSL_VERSION=no

for SYS in ${ALL_SYSTEMS[@]}; do
echo bin/${SYS}*/lib/libcrypto.a bin/${SYS}*/lib/libssl.a
SYSDIR="$FWROOT/$SYS"
FWDIR="$SYSDIR/$FWNAME.framework"
LIBS_CRYPTO=(bin/${SYS}*/lib/libcrypto.a)
Expand Down

0 comments on commit 13a999a

Please sign in to comment.