When building with MSVC, follow Robin's lead and add support for a new env var (SUIL_MODULE_DIR)

This commit is contained in:
John Emmas 2015-02-13 11:23:59 +00:00
parent 74839190d9
commit a3857b5d2c
1 changed files with 4 additions and 0 deletions

View File

@ -411,6 +411,10 @@ fixup_bundle_environment (int argc, char* argv[], const char** localedir)
Glib::setenv ("LADSPA_PATH", path, true);
// Next, set up 'SUIL_MODULE_DIR'
Glib::setenv ("SUIL_MODULE_DIR", Glib::build_filename(ardour_dll_directory(), "suil"), true);
// Next, set up 'VAMP_PATH'
cstr = getenv ("VAMP_PATH");
if (cstr) {