Fix subproject typo in interpreter.py

Found by Coverity scan.
This commit is contained in:
Tomas Popela 2024-06-10 09:01:58 +02:00 committed by Jussi Pakkanen
parent 783183260d
commit a6258eb5e2
1 changed files with 1 additions and 1 deletions

View File

@ -3421,7 +3421,7 @@ class Interpreter(InterpreterBase, HoldableObject):
if kwargs['implib']:
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',
location=node)
kwargs['export_dynamic'] = True