bug fix for compilation on Mac

This commit is contained in:
Zhenwen Dai 2015-09-08 21:38:48 +01:00
parent bc01eaa84a
commit 6537771649

View file

@ -23,7 +23,7 @@ def ismac():
if ismac():
compile_flags = [ '-O3', ]
link_args = ['']
link_args = []
else:
compile_flags = [ '-fopenmp', '-O3', ]
link_args = ['-lgomp']