Skip to content

Commit

Permalink
build.sh: Use 最新最热 clang16
Browse files Browse the repository at this point in the history
  • Loading branch information
Molyuu committed Jan 21, 2023
1 parent 112dca8 commit 7b961a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LOCAL_VERSION_NUMBER=Neko-v0.1

ARCH=arm64;
CC=clang;
CLANG_TRIPLE=../proton-clang/bin/aarch64-linux-gnu-;
CLANG_TRIPLE=../clang-prelude/bin/aarch64-linux-gnu-;
CROSS_COMPILE=../gcc-arm64/bin/aarch64-none-linux-gnu-;
CROSS_COMPILE_COMPAT=../gcc-arm32/bin/arm-none-linux-gnueabihf-;
THREAD=$(nproc --all);
Expand Down

0 comments on commit 7b961a4

Please sign in to comment.