Skip to content

Commit d1329a6

Browse files
committed
uncomment removal command
1 parent 730ddf4 commit d1329a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-openssl-framework.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ if [ $FWTYPE == "dynamic" ]; then
245245
fi
246246
done
247247

248-
# rm bin/*/$FWNAME.dylib
248+
rm bin/*/$FWNAME.dylib
249249
else
250250
NORMALIZE_OPENSSL_VERSION=no
251251

0 commit comments

Comments
 (0)