Skip to content

Commit

Permalink
Fixed so mac compilation also uses serial
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Hafreager committed Oct 28, 2015
1 parent fb47a5a commit 496f72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def run_command(cmd):
# Set up LAMMPS

if _platform == "darwin":
lammps_build_type = "mac"
lammps_build_type = "serial"
elif _platform == "win32":
print "Windows is not supported yet"
exit()
Expand Down

0 comments on commit 496f72a

Please sign in to comment.