diff options
| author | Sam James <sam@gentoo.org> | 2024-03-13 00:41:10 +0000 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-17 04:49:28 -0400 |
| commit | 2ac5c4b72081735cc9a2b67e5671c1afe682fcae (patch) | |
| tree | 4d828e421e9833628705977190bf739fb2475579 | |
| parent | dec93ce9a52b234ed4cb25646eaf13c503ba739a (diff) | |
| download | meson-2ac5c4b72081735cc9a2b67e5671c1afe682fcae.tar.gz | |
environment: update Debian development version in get_llvm_tool_names()
As far as we can ascertain, the idea here was supposed to be that this version
at the bottom gets updated as a last-resort for development LLVMs on Debian.
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
| -rw-r--r-- | mesonbuild/environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py index 54fb50af1..19b9e81b5 100644 --- a/mesonbuild/environment.py +++ b/mesonbuild/environment.py @@ -209,7 +209,7 @@ def get_llvm_tool_names(tool: str) -> T.List[str]: '-3.7', '37', '-3.6', '36', '-3.5', '35', - '-15', # Debian development snapshot + '-19', # Debian development snapshot '-devel', # FreeBSD development snapshot ] names: T.List[str] = [] |
