From e6f9b2197ea6260f9c83a7000c6207b3ac5ceacc Mon Sep 17 00:00:00 2001 From: patchzyy <64382339+patchzyy@users.noreply.github.com> Date: Fri, 4 Sep 2026 21:17:11 +0200 Subject: [PATCH] Fix LLVM path --- Launcher/Prepare-NativePrebuilt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Launcher/Prepare-NativePrebuilt.sh b/Launcher/Prepare-NativePrebuilt.sh index 3d4e6ed..df2e100 100755 --- a/Launcher/Prepare-NativePrebuilt.sh +++ b/Launcher/Prepare-NativePrebuilt.sh @@ -88,7 +88,7 @@ assert_file "$ninja_bin" "Portable Ninja" assert_file "$cc" "Portable C compiler" assert_file "$cxx" "Portable C++ compiler" assert_dir "$aurora_source" "aurora-main source tree" -clang_binary=$(normalize "$toolchain_dir/bin/clang-22") +clang_binary=$(normalize "$toolchain_dir/bin/clang-23") assert_file "$clang_binary" "Portable clang driver binary" (( parallel > 0 )) || parallel=$(nproc)