Skip to content

Commit ea9aed7

Browse files
committed
python: remove redundant build_config libpython check
Signed-off-by: Filipe Laíns <[email protected]>
1 parent 2c1b99e commit ea9aed7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mesonbuild/dependencies/python.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,6 @@ def get_windows_link_args(self, limited_api: bool) -> T.Optional[T.List[str]]:
258258
key = 'dynamic-stableabi'
259259
else:
260260
key = 'dynamic'
261-
262-
if key not in self.build_config['libpython']:
263-
mlog.log(f'Python does not provide a {key} libpython')
264-
return None
265-
266261
return [self.build_config['libpython'][key]]
267262

268263
if self.platform.startswith('win'):

0 commit comments

Comments
 (0)