mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 14:17:21 +01:00
When building with MSVC, follow Robin's lead and add support for a new env var (SUIL_MODULE_DIR)
This commit is contained in:
parent
74839190d9
commit
a3857b5d2c
1 changed files with 4 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue