Skip to content

Commit b76f2c5

Browse files
committed
bump the android abi version for the C linker we're looking for when cross-compiling
1 parent c69bd6b commit b76f2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-perform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
if [[ "$adjusted_target" == *"aarch64"* ]]; then
8989
compiler="aarch64-linux-android21-clang"
9090
else
91-
compiler="armv7a-linux-androideabi19-clang"
91+
compiler="armv7a-linux-androideabi21-clang"
9292
fi
9393
9494
echo "CC_${adjusted_target}=${ndk_root}/${compiler}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)