contrib/allegro4/allegro-4.4.2-rpath.patch
2019-10-13 19:06:05 +11:00

9 lines
182 B
Diff

--- a/setup/CMakeLists.txt
+++ b/setup/CMakeLists.txt
@@ -1,3 +1,5 @@
+set(CMAKE_SKIP_BUILD_RPATH TRUE)
+
add_our_executable(setup setup.c)
copy_files(copy_setup_data setup.dat)