We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f368dcc + 8e0e44b commit e7ab08eCopy full SHA for e7ab08e
setupext.py
@@ -1333,6 +1333,8 @@ def add_flags(self, ext):
1333
else:
1334
ext.include_dirs.insert(0, 'extern')
1335
ext.sources.extend(sorted(glob.glob('extern/libqhull/*.c')))
1336
+ if sysconfig.get_config_var('LIBM') == '-lm':
1337
+ ext.libraries.extend('m')
1338
1339
1340
class TTConv(SetupPackage):
0 commit comments