diff options
author | mtribiere <matthieu.rbe@gmail.com> | 2023-02-24 10:20:39 +0100 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2023-02-25 08:50:07 -0500 |
commit | b80f8456ec754c579dfd5c1bbb4dc4be3500e7e6 (patch) | |
tree | e180942f785385be3698e785ff6c55c7ce69f4b8 /mesonbuild | |
parent | 9f6327c77a0392df97785cbe31eaa6fcaf2c6851 (diff) | |
download | meson-b80f8456ec754c579dfd5c1bbb4dc4be3500e7e6.zip meson-b80f8456ec754c579dfd5c1bbb4dc4be3500e7e6.tar.gz meson-b80f8456ec754c579dfd5c1bbb4dc4be3500e7e6.tar.bz2 |
Misleading comment
Code moved to detect.py in recent version
Diffstat (limited to 'mesonbuild')
-rw-r--r-- | mesonbuild/compilers/compilers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/compilers/compilers.py b/mesonbuild/compilers/compilers.py index 3983c10..c97b14a 100644 --- a/mesonbuild/compilers/compilers.py +++ b/mesonbuild/compilers/compilers.py @@ -45,7 +45,7 @@ if T.TYPE_CHECKING: """This file contains the data files of all compilers Meson knows about. To support a new compiler, add its information below. -Also add corresponding autodetection code in environment.py.""" +Also add corresponding autodetection code in detect.py.""" header_suffixes = {'h', 'hh', 'hpp', 'hxx', 'H', 'ipp', 'moc', 'vapi', 'di'} obj_suffixes = {'o', 'obj', 'res'} |