Skip to content

Commit

Permalink
fixup! Update to use android-ndk r23
Browse files Browse the repository at this point in the history
  • Loading branch information
Grimler91 committed Aug 17, 2021
1 parent 123ba9b commit e98adf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/termux_step_setup_toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ termux_step_setup_toolchain() {
export CXX=$TERMUX_HOST_PLATFORM-clang++
export AR=llvm-ar
export CPP=$TERMUX_HOST_PLATFORM-cpp
export LD=lld
export LD=ld.lld
export OBJCOPY=llvm-objcopy
export OBJDUMP=llvm-objdump
export RANLIB=llvm-ranlib
Expand Down

0 comments on commit e98adf5

Please sign in to comment.