mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(openssl^3)
This commit is contained in:
parent
2671964dc3
commit
512413a9c1
|
@ -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'}
|
||||
|
|
Loading…
Reference in a new issue