Skip to content

Commit

Permalink
fixup! ndk: update to r23b
Browse files Browse the repository at this point in the history
  • Loading branch information
Grimler91 committed Oct 22, 2021
1 parent 9fad744 commit db2594c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ndk-sysroot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ termux_step_extract_into_massagedir() {
NDK_ARCH=$TERMUX_ARCH
test $NDK_ARCH == 'i686' && NDK_ARCH='i386'
# clang 13 requires libunwind on Android.
cp $TERMUX_STANDALONE_TOOLCHAIN/lib64/clang/12.0.5/lib/linux/$NDK_ARCH/libunwind.a .
cp $TERMUX_STANDALONE_TOOLCHAIN/lib64/clang/12.0.8/lib/linux/$NDK_ARCH/libunwind.a .

for lib in librt.so libpthread.so libutil.so; do
echo 'INPUT(-lc)' > $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/lib/$lib
Expand Down

0 comments on commit db2594c

Please sign in to comment.