Permalink
Browse files

CMake: Make RPATH absolute

  • Loading branch information...
AntyMew authored and endrift committed Apr 6, 2018
1 parent 5118247 commit 21d808d0e2235f1f183d4aa38e2494bf69f9125f
Showing with 1 addition and 1 deletion.
  1. +1 −1 CMakeLists.txt
View
@@ -113,7 +113,7 @@ if (BUILD_OPENEMU)
endif()
-set(CMAKE_INSTALL_RPATH "${LIBDIR}")
+set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${LIBDIR}")
if (NOT DEFINED MANDIR)
set(MANDIR ${CMAKE_INSTALL_MANDIR})

0 comments on commit 21d808d

Please sign in to comment.