build: Let's go static openssl on macos, too.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 18m0s

This commit is contained in:
2024-12-23 14:41:31 -05:00
parent 224442772e
commit dca56af5b9
2 changed files with 10 additions and 3 deletions

View File

@ -7,7 +7,7 @@ BUILD_TARGET=$(uname -m)
WORK_DIR=out/openssl-local
rm -rf $WORK_DIR
cp -arf deps/openssl_src/ $WORK_DIR
cp -aRf deps/openssl_src/ $WORK_DIR
echo "Building"
pwd