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 a0e91e1 + dc41103 commit f304dcaCopy full SHA for f304dca
setupext.py
@@ -1339,6 +1339,8 @@ def add_flags(self, ext):
1339
else:
1340
ext.include_dirs.insert(0, 'extern')
1341
ext.sources.extend(sorted(glob.glob('extern/libqhull/*.c')))
1342
+ if sysconfig.get_config_var('LIBM') == '-lm':
1343
+ ext.libraries.extend('m')
1344
1345
1346
class TTConv(SetupPackage):
0 commit comments