Skip to content

Commit d8e50a1

Browse files
committed
export STRIP for android but not work at all
1 parent 5b5cb5e commit d8e50a1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

do-compile/android/openssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ else
7474
export AR="$MR_AR"
7575
export AS="$RM_AS"
7676
export RANLIB="$MR_RANLIB"
77-
77+
export STRIP="$MR_STRIP"
7878
./Configure $CFG_FLAGS
7979
fi
8080

do-compile/android/unibreak.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export CXX="$MR_TRIPLE_CXX"
5656
export AR="$MR_AR"
5757
export AS="$RM_AS"
5858
export RANLIB="$MR_RANLIB"
59-
59+
export STRIP="$MR_STRIP"
6060
./configure $CFG_FLAGS
6161

6262
#----------------------

do-compile/android/xml2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export CXX="$MR_TRIPLE_CXX"
5252
export AR="$MR_AR"
5353
export AS="$RM_AS"
5454
export RANLIB="$MR_RANLIB"
55-
55+
export STRIP="$MR_STRIP"
5656
./autogen.sh \
5757
$CFG_FLAGS \
5858
--prefix=$MR_BUILD_PREFIX \

0 commit comments

Comments
 (0)