Skip to content

Commit

Permalink
recompile
Browse files Browse the repository at this point in the history
  • Loading branch information
klytje committed Oct 22, 2024
1 parent 3c8fe18 commit 3bf1d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_tools/get_external_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def get_ausaxs():
elif _os == OS.LINUX:
lib = "libausaxs.so"
elif _os == OS.MAC:
# lib = "libausaxs.dylib"
lib = "libausaxs-" + platform.machine() + ".dylib"
lib = "libausaxs.dylib"
# lib = "libausaxs-" + platform.machine() + ".dylib"
if lib is not None:
# we have to use a relative path since the package is not installed yet
base_loc = "src/sas/sascalc/calculator/ausaxs/lib/"
Expand Down

0 comments on commit 3bf1d50

Please sign in to comment.