Fix CMAKE_PREFIX_PATH value
This commit is contained in:
parent
8bcd41407e
commit
dd577c2ce7
@ -18398,7 +18398,7 @@ compile_file = fn (arena: &Arena, compile_options: CompileFile, envp: &&u8) []u8
|
|||||||
|
|
||||||
>builder: ArgumentBuilder = zero;
|
>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, "--libdir");
|
||||||
add_argument(&builder, "--libs");
|
add_argument(&builder, "--libs");
|
||||||
add_argument(&builder, "--system-libs");
|
add_argument(&builder, "--system-libs");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user