diff options
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'} |