File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -170,8 +170,6 @@ run_make()
170170# Cleanup and bookkeeping at end of build loop
171171finish_build_loop ()
172172{
173- echo " >>>>>>>>>>>>>>>> End of ${PLATFORM} ${SDKVERSION} ${ARCH} <<<<<<<<<<<<<<<<"
174-
175173 # Return to ${CURRENTPATH} and remove source dir
176174 cd " ${CURRENTPATH} "
177175 rm -r " ${SOURCEDIR} "
Original file line number Diff line number Diff line change @@ -193,18 +193,6 @@ if [ $FWTYPE == "dynamic" ]; then
193193 INSTALL_NAME=" @rpath/${FWNAME} .framework/${FWNAME} "
194194 fi
195195
196- echo " ld obj/*.o \
197- -dylib \
198- -bitcode_bundle \
199- -lSystem \
200- -arch $ARCH \
201- $MIN_SDK \
202- -syslibroot $SDK \
203- -compatibility_version $COMPAT_VERSION \
204- -current_version $CURRENT_VERSION \
205- -application_extension \
206- -install_name $INSTALL_NAME \
207- -o $FWNAME .dylib"
208196 ld obj/* .o \
209197 -dylib \
210198 -bitcode_bundle \
250238 NORMALIZE_OPENSSL_VERSION=no
251239
252240 for SYS in ${ALL_SYSTEMS[@]} ; do
253- echo bin/${SYS} * /lib/libcrypto.a bin/${SYS} * /lib/libssl.a
254241 SYSDIR=" $FWROOT /$SYS "
255242 FWDIR=" $SYSDIR /$FWNAME .framework"
256243 LIBS_CRYPTO=(bin/${SYS} * /lib/libcrypto.a)
You can’t perform that action at this time.
0 commit comments