aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2018-10-06 00:10:16 -0400
committerAndrew Kelley <superjoe30@gmail.com>2018-10-06 00:10:16 -0400
commit5b84192f07d5e4b3f5ebcd3e08d79852710c04f4 (patch)
treec58bbd987ed5e83050553d64c2a0e03f4c4155df /cmake
parentb7dda772a865c9c610aa4ed6ece831a8ea7bb8d5 (diff)
downloadzig-5b84192f07d5e4b3f5ebcd3e08d79852710c04f4.tar.gz
zig-5b84192f07d5e4b3f5ebcd3e08d79852710c04f4.zip
build: try to find llvm-config-7 before llvm-config
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Findllvm.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Findllvm.cmake b/cmake/Findllvm.cmake
index 9a4fa3f31c..150f2a2528 100644
--- a/cmake/Findllvm.cmake
+++ b/cmake/Findllvm.cmake
@@ -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"