Skip to content

Commit 0327141

Browse files
committed
* fix shell
1 parent 760ba9a commit 0327141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build-openssl4android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ configure_make() {
3333
configure $*
3434

3535
#support openssl-1.0.x
36-
if [[ $LIB_NAME != "openssl-1.1.*" ]]; then
36+
if [[ $LIB_NAME != openssl-1.1.* ]]; then
3737
if [[ $ARCH == "android-armeabi" ]]; then
3838
ARCH="android-armv7"
3939
elif [[ $ARCH == "android64" ]]; then

0 commit comments

Comments
 (0)