Skip to content

Commit

Permalink
bump the android abi version for the C linker we're looking for when …
Browse files Browse the repository at this point in the history
…cross-compiling
  • Loading branch information
jrobsonchase committed Aug 19, 2024
1 parent c69bd6b commit b76f2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-perform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
if [[ "$adjusted_target" == *"aarch64"* ]]; then
compiler="aarch64-linux-android21-clang"
else
compiler="armv7a-linux-androideabi19-clang"
compiler="armv7a-linux-androideabi21-clang"
fi
echo "CC_${adjusted_target}=${ndk_root}/${compiler}" >> $GITHUB_ENV
Expand Down

0 comments on commit b76f2c5

Please sign in to comment.