mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 15:19:44 +02:00
Closes https://github.com/tenacityteam/tenacity/issues/493 Signed-off-by: TheEvilSkeleton <theevilskeleton@riseup.net>
14 lines
517 B
Diff
14 lines
517 B
Diff
diff --git a/src/effects/lv2/LoadLV2.cpp b/src/effects/lv2/LoadLV2.cpp
|
|
index b101ee734..be665c5a6 100755
|
|
--- a/src/effects/lv2/LoadLV2.cpp
|
|
+++ b/src/effects/lv2/LoadLV2.cpp
|
|
@@ -180,7 +180,7 @@ bool LV2EffectsModule::Initialize()
|
|
newVar += wxT(":") + libdir.GetPath();
|
|
|
|
// Tell SUIL where to find his GUI support modules
|
|
- wxSetEnv(wxT("SUIL_MODULE_DIR"), wxT(PKGLIBDIR));
|
|
+ wxSetEnv(wxT("SUIL_MODULE_DIR"), wxT("/app/lib/suil-0"));
|
|
#endif
|
|
|
|
// Start with the LV2_PATH environment variable (if any)
|