Fix subproject typo in interpreter.py

Found by Coverity scan.
pull/11445/head
Tomas Popela 6 months ago committed by Jussi Pakkanen
parent 783183260d
commit a6258eb5e2
  1. 2
      mesonbuild/interpreter/interpreter.py

@ -3421,7 +3421,7 @@ class Interpreter(InterpreterBase, HoldableObject):
if kwargs['implib']: if kwargs['implib']:
if kwargs['export_dynamic'] is False: if kwargs['export_dynamic'] is False:
FeatureDeprecated.single_use('implib overrides explict export_dynamic off', '1.3.0', self.subprojct, FeatureDeprecated.single_use('implib overrides explict export_dynamic off', '1.3.0', self.subproject,
'Do not set ths if want export_dynamic disabled if implib is enabled', 'Do not set ths if want export_dynamic disabled if implib is enabled',
location=node) location=node)
kwargs['export_dynamic'] = True kwargs['export_dynamic'] = True

Loading…
Cancel
Save