We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1163f12 commit 83dbea8Copy full SHA for 83dbea8
scripts/ci/build-openssl.sh
@@ -69,7 +69,7 @@ if [ "$MACOS_UNIVERSAL_BUILD" == "true" ]; then
69
build_arch arm64 "${@:3}"
70
71
lipo -create -output $build_folder/$lib_folder/libcrypto.a \
72
- $build_folder/li$lib_folder/libcrypto-{x86_64,arm64}.a
+ $build_folder/$lib_folder/libcrypto-{x86_64,arm64}.a
73
74
lipo -create -output $build_folder/$lib_folder/libssl.a \
75
$build_folder/$lib_folder/libssl-{x86_64,arm64}.a
0 commit comments