Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 584420c commit 8e0e44bCopy full SHA for 8e0e44b
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