File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -60,19 +60,20 @@ if [ "$MACOS_UNIVERSAL_BUILD" == "true" ]; then
60
60
no-shared " ${@: 2} "
61
61
62
62
make && make install_sw
63
- mv $build_folder /$lib_folder /libcrypto{,-$1 }.a
64
- mv $build_folder /$lib_folder /libssl{,-$1 }.a
63
+
64
+ mv $build_folder /lib/libcrypto{,-$1 }.a
65
+ mv $build_folder /lib/libssl{,-$1 }.a
65
66
}
66
67
67
68
build_arch x86_64 " ${@: 3} "
68
69
make distclean || true ;
69
70
build_arch arm64 " ${@: 3} "
70
71
71
- lipo -create -output $build_folder /$lib_folder /libcrypto.a \
72
- $build_folder /$lib_folder /libcrypto-{x86_64,arm64}.a
72
+ lipo -create -output $build_folder /lib /libcrypto.a \
73
+ $build_folder /lib /libcrypto-{x86_64,arm64}.a
73
74
74
- lipo -create -output $build_folder /$lib_folder /libssl.a \
75
- $build_folder /$lib_folder /libssl-{x86_64,arm64}.a
75
+ lipo -create -output $build_folder /lib /libssl.a \
76
+ $build_folder /lib /libssl-{x86_64,arm64}.a
76
77
else
77
78
# Debug:
78
79
# ./config -fPIC --prefix=$build_folder --openssldir=$build_folder no-shared \
You can’t perform that action at this time.
0 commit comments