- Update to 3.7.1 This is a patch release. It fixes the following bugs: * #7797 Effects can be applied to time-stretched clips. * #7620 Moving or renaming the installation directory no longer re-enables disabled modules. * #7652 Opening the "Adjust Playback Speed" dialog doesn't crash Audacity anymore. OBS-URL: https://build.opensuse.org/request/show/1230672 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=239
10 lines
319 B
Diff
10 lines
319 B
Diff
diff --git a/modules/mod-script-pipe/CMakeLists.txt b/modules/mod-script-pipe/CMakeLists.txt
|
|
index 5ee1862..feeb7b8 100644
|
|
--- a/modules/mod-script-pipe/CMakeLists.txt
|
|
+++ b/modules/mod-script-pipe/CMakeLists.txt
|
|
@@ -1,3 +1,4 @@
|
|
+set(CMAKE_SKIP_BUILD_RPATH ON)
|
|
set( SOURCES
|
|
PipeServer.cpp
|
|
ScripterCallback.cpp
|