summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/bundle_env_mingw.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/bundle_env_mingw.cc b/gtk2_ardour/bundle_env_mingw.cc
index c4e14c2081..2cc298cafe 100644
--- a/gtk2_ardour/bundle_env_mingw.cc
+++ b/gtk2_ardour/bundle_env_mingw.cc
@@ -105,7 +105,7 @@ fixup_bundle_environment (int, char* [], const char** localedir)
} else {
path = "";
}
- path += Glib::build_filename(get_install_path(), "lib", "ardour3", "vamp");
+ path += Glib::build_filename(ardour_dll_directory(), "vamp");
path += G_SEARCHPATH_SEPARATOR;
path += "%ProgramFiles%\\Vamp Plugins"; // default vamp path
path += G_SEARCHPATH_SEPARATOR;