diff --git a/native/android/app/bash/build_openssl.sh b/native/android/app/bash/build_openssl.sh --- a/native/android/app/bash/build_openssl.sh +++ b/native/android/app/bash/build_openssl.sh @@ -62,4 +62,4 @@ make clean } -CONFIGURE_AND_BUILD "$TARGET_ARCH" $BUILD_ARCH "$ANDROID_ARCH_ABI" +CONFIGURE_AND_BUILD "$TARGET_ARCH" "$BUILD_ARCH" "$ANDROID_ARCH_ABI"