We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5cb5e commit d8e50a1Copy full SHA for d8e50a1
3 files changed
do-compile/android/openssl.sh
@@ -74,7 +74,7 @@ else
74
export AR="$MR_AR"
75
export AS="$RM_AS"
76
export RANLIB="$MR_RANLIB"
77
-
+ export STRIP="$MR_STRIP"
78
./Configure $CFG_FLAGS
79
fi
80
do-compile/android/unibreak.sh
@@ -56,7 +56,7 @@ export CXX="$MR_TRIPLE_CXX"
56
57
58
59
+export STRIP="$MR_STRIP"
60
./configure $CFG_FLAGS
61
62
#----------------------
do-compile/android/xml2.sh
@@ -52,7 +52,7 @@ export CXX="$MR_TRIPLE_CXX"
52
53
54
55
./autogen.sh \
$CFG_FLAGS \
--prefix=$MR_BUILD_PREFIX \
0 commit comments