diff --git a/src/core/config_mgr.cpp b/src/core/config_mgr.cpp index f092fbb5b..4ca9c583c 100644 --- a/src/core/config_mgr.cpp +++ b/src/core/config_mgr.cpp @@ -326,7 +326,11 @@ bool configManager::loadConfigFile( void ) if( m_ladDir == "" ) { +#ifdef BUILD_WIN32 + m_ladDir = m_pluginDir + "ladspa/"; +#else m_ladDir = "/usr/lib/ladspa/:/usr/local/lib/ladspa/"; +#endif } #ifdef HAVE_STK_H