13
0

do not set LV2_PATH for a bundled build

git-svn-id: svn://localhost/ardour2/branches/3.0@8681 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-02-02 19:49:47 +00:00
parent bc565a1c06
commit 1bef5c6d5d

View File

@ -222,18 +222,6 @@ fixup_bundle_environment (int, char* [])
setenv ("ARDOUR_PANNER_PATH", path.c_str(), 1);
cstr = getenv ("LV2_PATH");
if (cstr) {
path = cstr;
path += ':';
} else {
path = "";
}
path += dir_path;
path += "/../Plugins";
setenv ("LV2_PATH", path.c_str(), 1);
path = dir_path;
path += "/../Frameworks/clearlooks";
@ -420,18 +408,6 @@ fixup_bundle_environment (int /*argc*/, char* argv[])
setenv ("ARDOUR_PANNER_PATH", path.c_str(), 1);
cstr = getenv ("LV2_PATH");
if (cstr) {
path = cstr;
path += ':';
} else {
path = "";
}
path += dir_path;
path += "/lib/plugins";
setenv ("LV2_PATH", path.c_str(), 1);
path = dir_path;
path += "/lib/clearlooks";