Skip to content

Commit

Permalink
changed default link argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Graesser/heilmayr committed Oct 6, 2021
1 parent 0d71314 commit 9fa6de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

required_packages = ['cython', 'numpy']
compile_args = ['-fopenmp']
link_args = []
link_args = ['-fopenmp']

if platform.system().lower() == 'darwin':
compile_args.insert(0, '-Xpreprocessor')
Expand Down

0 comments on commit 9fa6de9

Please sign in to comment.