diff --git a/setup.py b/setup.py index ef51cd3e..93217fb4 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def ismac(): if ismac(): compile_flags = [ '-O3', ] - link_args = [''] + link_args = [] else: compile_flags = [ '-fopenmp', '-O3', ] link_args = ['-lgomp']