Fix subproject typo in interpreter.py
Found by Coverity scan.
This commit is contained in:
parent
783183260d
commit
a6258eb5e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue