diff options
Diffstat (limited to 'testing/mgba/no-rpath.patch')
-rw-r--r-- | testing/mgba/no-rpath.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/mgba/no-rpath.patch b/testing/mgba/no-rpath.patch new file mode 100644 index 0000000000..ad2d3d871b --- /dev/null +++ b/testing/mgba/no-rpath.patch @@ -0,0 +1,16 @@ +--- mgba-0.6.3/CMakeLists.txt ++++ mgba-0.6.3-mod/CMakeLists.txt +@@ -108,13 +108,10 @@ + if (BUILD_OPENEMU) + set(OE_LIBDIR "${LIBDIR}" CACHE PATH "Installed library directory (OpenEmu)") + mark_as_advanced(OE_LIBDIR) + endif() + +- +-set(CMAKE_INSTALL_RPATH "${LIBDIR}") +- + if (NOT DEFINED MANDIR) + set(MANDIR ${CMAKE_INSTALL_MANDIR}) + endif() + + # Function definitions |