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 abf231e commit 33b57dcCopy full SHA for 33b57dc
platforms/build-android.sh
@@ -264,6 +264,7 @@ for INDEX in "${ARCH_KEYS_INDEX[@]}"; do
264
265
# fix an compile time error since openssl 3.1.0 >
266
# see https://github.com/android/ndk/issues/1992
267
+ # see https://github.com/openssl/openssl/pull/22181
268
# Apply patch that fixes the armcap instruction
269
270
# sed -e '/[.]hidden.*OPENSSL_armcap_P/d; /[.]extern.*OPENSSL_armcap_P/ {p; s/extern/hidden/ }' -i -- crypto/*arm*pl crypto/*/asm/*arm*pl
0 commit comments