From b80f8456ec754c579dfd5c1bbb4dc4be3500e7e6 Mon Sep 17 00:00:00 2001 From: mtribiere Date: Fri, 24 Feb 2023 10:20:39 +0100 Subject: Misleading comment Code moved to detect.py in recent version --- mesonbuild/compilers/compilers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/compilers') 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'} -- cgit v1.1