Skip to content

Commit

Permalink
loader_path
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed May 5, 2024
1 parent 665dc16 commit d899df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/PyneMacros.cmake
Expand Up @@ -14,7 +14,7 @@ endmacro()
macro(pyne_configure_rpath)
if(APPLE)
set(CMAKE_MACOSX_RPATH ON)
set(RPATH "@rpath")
set(RPATH "@loader_path")
elseif(UNIX)
set(RPATH "$ORIGIN")
else()
Expand Down

0 comments on commit d899df2

Please sign in to comment.