This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/meson.build b/meson.build | |
index c150bff74ff..37fa7f0531b 100644 | |
--- a/meson.build | |
+++ b/meson.build | |
@@ -1850,7 +1850,7 @@ endif | |
dep_clang = null_dep | |
if with_clc or with_gallium_clover | |
- llvm_libdir = dep_llvm.get_variable(cmake : 'LLVM_LIBRARY_DIR', configtool: 'libdir') | |
+ llvm_libdir = get_option('clang-libdir') |