Skip to content

Commit a0998aa

Browse files
author
Weiwei Wang
committed
bug fix for setup.py
1 parent 558c6de commit a0998aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def glob_cfiles(path, excludes):
8787
com_link.append('-openmp')
8888
else:
8989
com_args.append('-fopenmp')
90-
com_args.append('-fopenmp')
90+
com_link.append('-fopenmp')
9191

9292

9393
com_inc = [numpy.get_include(), INCLUDE_DIR]

0 commit comments

Comments
 (0)