mirror of
https://github.com/ziglang/zig.git
synced 2025-01-19 00:11:37 +00:00
build: try to find llvm-config-7 before llvm-config
This commit is contained in:
parent
b7dda772a8
commit
5b84192f07
@ -8,7 +8,7 @@
|
||||
# LLVM_LIBDIRS
|
||||
|
||||
find_program(LLVM_CONFIG_EXE
|
||||
NAMES llvm-config llvm-config-7 llvm-config-7.0
|
||||
NAMES llvm-config-7 llvm-config-7.0 llvm-config
|
||||
PATHS
|
||||
"/mingw64/bin"
|
||||
"/c/msys64/mingw64/bin"
|
||||
|
Loading…
Reference in New Issue
Block a user