mirror of
https://github.com/ziglang/zig.git
synced 2025-02-03 12:58:04 +00:00
Switched find order for llvm, means it will choose llvm version 5.0 before any other version. (#446)
This commit is contained in:
parent
d244deb59e
commit
850a1d2054
@ -8,7 +8,7 @@
|
||||
# LLVM_LIBDIRS
|
||||
|
||||
find_program(LLVM_CONFIG_EXE
|
||||
NAMES llvm-config llvm-config-5.0
|
||||
NAMES llvm-config-5.0 llvm-config
|
||||
PATHS
|
||||
"/mingw64/bin"
|
||||
"/c/msys64/mingw64/bin"
|
||||
|
Loading…
Reference in New Issue
Block a user