Skip to content

Commit 83dbea8

Browse files
committed
ci: fix macOS build due to wrong path being passed to lipo
1 parent 1163f12 commit 83dbea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/build-openssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if [ "$MACOS_UNIVERSAL_BUILD" == "true" ]; then
6969
build_arch arm64 "${@:3}"
7070

7171
lipo -create -output $build_folder/$lib_folder/libcrypto.a \
72-
$build_folder/li$lib_folder/libcrypto-{x86_64,arm64}.a
72+
$build_folder/$lib_folder/libcrypto-{x86_64,arm64}.a
7373

7474
lipo -create -output $build_folder/$lib_folder/libssl.a \
7575
$build_folder/$lib_folder/libssl-{x86_64,arm64}.a

0 commit comments

Comments
 (0)