Skip to content

Commit

Permalink
[freebsd] More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jan 25, 2024
1 parent 7c23f97 commit cb581ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/score-plugin-vst3/Vst3/ApplicationPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ static const constexpr auto default_filter = "*.vst3";
static const constexpr auto default_format = QDir::Dirs;
#else
static const QStringList default_paths = {QStringLiteral("/usr/lib/vst3")};
static const constexpr auto default_filter = "";
static const constexpr auto default_filter = "*.vst3";
static const constexpr auto default_format = QDir::Dirs;
#endif
}
ApplicationPlugin::ApplicationPlugin(const score::ApplicationContext& ctx)
Expand Down

0 comments on commit cb581ef

Please sign in to comment.