|
|
@ -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 |
|
|
|