Skip to content

Commit

Permalink
remove /..
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed May 5, 2024
1 parent 05204d5 commit cba6875
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/PyneMacros.cmake
Expand Up @@ -13,8 +13,7 @@ endmacro()
# Configure RPATH
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 cba6875

Please sign in to comment.