Misleading comment

Code moved to detect.py in recent version
pull/11461/head
mtribiere 2 years ago committed by Xavier Claessens
parent 9f6327c77a
commit b80f8456ec
  1. 2
      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'}

Loading…
Cancel
Save