mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 20:21:07 +08:00
14 lines
453 B
Diff
14 lines
453 B
Diff
|
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py
|
||
|
index 86bbbb1368b8..54fb50af117d 100644
|
||
|
--- a/mesonbuild/environment.py
|
||
|
+++ b/mesonbuild/environment.py
|
||
|
@@ -188,6 +188,8 @@ def get_llvm_tool_names(tool: str) -> T.List[str]:
|
||
|
# unless it becomes a stable release.
|
||
|
suffixes = [
|
||
|
'', # base (no suffix)
|
||
|
+ '-18.1', '18.1',
|
||
|
+ '-18', '18',
|
||
|
'-17', '17',
|
||
|
'-16', '16',
|
||
|
'-15', '15',
|