Fix CMAKE_PREFIX_PATH value
All checks were successful
CI / ci (Release, ubuntu-latest) (push) Successful in 28s
CI / ci (Release-assertions, ubuntu-latest) (push) Successful in 34s
CI / ci (Debug, ubuntu-latest) (push) Successful in 8m33s
CI / release (ubuntu-latest) (push) Successful in 9s

This commit is contained in:
David Gonzalez Martin 2025-06-27 17:37:17 -06:00
parent 8bcd41407e
commit dd577c2ce7

View File

@ -18398,7 +18398,7 @@ compile_file = fn (arena: &Arena, compile_options: CompileFile, envp: &&u8) []u8
>builder: ArgumentBuilder = zero;
add_argument(&builder, arena_join_string(arena, [ CMAKE_PREFIX_PATH, "/bin/llvm-config"][..]));
add_argument(&builder, arena_join_string(arena, [ cmake_prefix_path_definition.value, "/bin/llvm-config"][..]));
add_argument(&builder, "--libdir");
add_argument(&builder, "--libs");
add_argument(&builder, "--system-libs");