Skip to content

Commit 2a5f3cd

Browse files
committed
chore: Update build-macos.sh script to fix pkg-config directory name for OpenSSL
1 parent 9c78858 commit 2a5f3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ mkdir -p release/lib
3737

3838
cp -r openssl_arm64/release/include release/include
3939
cp -r openssl_arm64/release/lib/cmake release/lib/cmake
40-
cp -r openssl_arm64/release/lib/pkg-config release/lib/pkg-config
40+
cp -r openssl_arm64/release/lib/pkgconfig release/lib/pkgconfig
4141

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

0 commit comments

Comments
 (0)