contrib/allegro4/allegro-4.4.2-rpath.patch

9 lines
182 B
Diff
Raw Normal View History

2019-10-13 10:06:05 +02:00
--- 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)