Skip to content

Commit

Permalink
loader_path
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Mar 21, 2024
1 parent 8d0a004 commit 459895a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/build_openmm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ CMAKE_FLAGS+=" -DSWIG_EXECUTABLE=$(which swig)"

if [[ "$target_platform" == linux-* ]]; then
export LDFLAGS="$LDFLAGS -static-libstdc++ -Wl,--exclude-libs,ALL -Wl,-rpath,$ORIGIN/../OpenMM.libs/lib"
elif [[ "$target_platform" == osx-* ]]; then
export LDFLAGS="$LDFLAGS -Wl,-rpath,@loader_path/../OpenMM.libs/lib -Wl,-rpath,@loader_path"
fi

# Build in subdirectory and install.
Expand Down

0 comments on commit 459895a

Please sign in to comment.