Skip to content

Commit

Permalink
@rpath/..
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed May 5, 2024
1 parent 03a11cb commit 05204d5
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 "@rpath/..")
elseif(UNIX)
set(RPATH "$ORIGIN")
else()
Expand Down

0 comments on commit 05204d5

Please sign in to comment.