When building with MSVC, follow Robin's lead and add support for a new env var (SUIL_...
authorJohn Emmas <johne53@tiscali.co.uk>
Fri, 13 Feb 2015 11:23:59 +0000 (11:23 +0000)
committerJohn Emmas <johne53@tiscali.co.uk>
Fri, 13 Feb 2015 11:23:59 +0000 (11:23 +0000)
gtk2_ardour/bundle_env_msvc.cc

index 4c4102e74f54b9e65d635f420ee45ca93526d0ba..08087fa0d1525c6817ac50ffcb85940a6dc346ab 100644 (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) {