Skip to content

Commit

Permalink
chore: Update build-macos.sh script to fix pkg-config directory name …
Browse files Browse the repository at this point in the history
…for OpenSSL
  • Loading branch information
royshil committed Jul 15, 2024
1 parent 9c78858 commit 2a5f3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mkdir -p release/lib

cp -r openssl_arm64/release/include release/include
cp -r openssl_arm64/release/lib/cmake release/lib/cmake
cp -r openssl_arm64/release/lib/pkg-config release/lib/pkg-config
cp -r openssl_arm64/release/lib/pkgconfig release/lib/pkgconfig

# shared libraries
lipo -create openssl_arm64/release/lib/libcrypto.$OPENSSL_VERSION_SHORT.dylib \
Expand Down

0 comments on commit 2a5f3cd

Please sign in to comment.