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 5b77a47 commit 29ace71Copy full SHA for 29ace71
tools/build-openssl4android.sh
@@ -54,7 +54,9 @@ configure_make() {
54
PATH=$TOOLCHAIN_PATH:$PATH
55
56
if make -j4; then
57
- make install
+ #make install
58
+ make install_sw
59
+ make install_ssldirs
60
61
OUTPUT_ROOT=${TOOLS_ROOT}/../output/android/openssl-${ABI}
62
[ -d ${OUTPUT_ROOT}/include ] || mkdir -p ${OUTPUT_ROOT}/include
tools/build-openssl4ios.sh
@@ -74,7 +74,10 @@ configure_make()
74
75
if make -j8
76
then
77
- make install; popd;
+ # make install;
78
+ make install_sw;
79
+ make install_ssldirs;
80
+ popd;
81
rm -fr "${LIB_NAME}"
82
fi
83
}
0 commit comments