Skip to content

Commit

Permalink
Update setdevkitpath.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaapai authored Apr 29, 2024
1 parent 025c861 commit bf43d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setdevkitpath.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ export thecc=$TOOLCHAIN/bin/${TARGET}${API}-clang
export thecxx=$TOOLCHAIN/bin/${TARGET}${API}-clang++

# Configure and build.
export python3=$TOOLCHAIN/python3/bin/python3
export NM=$TOOLCHAIN/bin/llvm-nm
export CC=$PWD/android-wrapped-clang
export CXX=$PWD/android-wrapped-clang++
export AR=$TOOLCHAIN/bin/llvm-ar
export AS=$TOOLCHAIN/bin/llvm-as
export LD=$TOOLCHAIN/bin/ld
export OBJCOPY=$TOOLCHAIN/bin/llvm-objcopy
export OBJDUMP=$TOOLCHAIN/bin/llvm-objdump
export RANLIB=$TOOLCHAIN/bin/llvm-ranlib
export STRIP=$TOOLCHAIN/bin/llvm-strip
export LINK=$TOOLCHAIN/bin/llvm-link
Expand Down

0 comments on commit bf43d45

Please sign in to comment.