Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

Commit 956d9c3

Browse files
authored
API 29, try again
1 parent ddf20ab commit 956d9c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

turnip_builder.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ ndk="$workdir/$ndkver/toolchains/llvm/prebuilt/linux-x86_64/bin"
6060
cat <<EOF >"android-aarch64"
6161
[binaries]
6262
ar = '$ndk/llvm-ar'
63-
c = ['ccache', '$ndk/aarch64-linux-android31-clang']
64-
cpp = ['ccache', '$ndk/aarch64-linux-android31-clang++', '-fno-exceptions', '-fno-unwind-tables', '-fno-asynchronous-unwind-tables', '-static-libstdc++']
63+
c = ['ccache', '$ndk/aarch64-linux-android29-clang']
64+
cpp = ['ccache', '$ndk/aarch64-linux-android29-clang++', '-fno-exceptions', '-fno-unwind-tables', '-fno-asynchronous-unwind-tables', '-static-libstdc++']
6565
c_ld = 'lld'
6666
cpp_ld = 'lld'
6767
strip = '$ndk/aarch64-linux-android-strip'

0 commit comments

Comments
 (0)