Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Jan 22, 2025
1 parent 948ac51 commit fe89a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk-pkg
Original file line number Diff line number Diff line change
Expand Up @@ -5517,7 +5517,7 @@ $PACKAGE_ONSTART
android)
step "install C/C++ toolchain for native build"

run pkg install -y llvm clang
run pkg install -y clang binutils

CXX_FOR_BUILD="$(command -v g++ || command -v clang++ || command -v c++)" || abort 1 "C++ Compiler for native not found."
CC_FOR_BUILD="$(command -v gcc || command -v clang || command -v cc)" || abort 1 "C Compiler for native not found."
Expand Down

0 comments on commit fe89a98

Please sign in to comment.