Skip to content

Commit

Permalink
fix: INSTALL_RPATH for linux using lib64
Browse files Browse the repository at this point in the history
  • Loading branch information
MinGyuJung1996 committed Jan 7, 2025
1 parent 7a8cd47 commit 8aa331c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function(set_tool_properties tool_target)
# Check DT_RUNPATH with one of
# - readelf -d <file> | head -20
# - objdump -x <file> | grep 'R.*PATH'
INSTALL_RPATH "\$ORIGIN;\$ORIGIN/../lib"
INSTALL_RPATH "\$ORIGIN;\$ORIGIN/../${CMAKE_INSTALL_LIBDIR}"
)
endif()
endfunction()
Expand Down

0 comments on commit 8aa331c

Please sign in to comment.