fix(openssl^3)

This commit is contained in:
Jacob Heider 2023-04-20 02:25:06 -04:00
parent 2671964dc3
commit 512413a9c1
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -28,6 +28,12 @@ build:
make --jobs {{ hw.concurrency }}
make install_sw # `_sw` avoids installing docs
cd "{{prefix}}/lib"
if test -d lib64; then
mv lib64 lib
ln -s lib lib64
fi
env:
darwin/aarch64: {ARCH: 'darwin64-arm64-cc'}
darwin/x86-64: {ARCH: 'darwin64-x86_64-cc'}