This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix VST OSX build without UI
gh-pages
falkTX
10 years ago
parent
b5d885b0c0
commit
0a3eb0fba0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
distrho/src/DistrhoPluginVST.cpp
+ 1
- 1
distrho/src/DistrhoPluginVST.cpp
View File
@@ -590,7 +590,7 @@ public:
case effCanDo:
if (const char* const canDo = (const char*)ptr)
{
# if DISTRHO_OS_MAC
# if DISTRHO_OS_MAC
&& DISTRHO_PLUGIN_HAS_UI
if (std::strcmp(canDo, "hasCockosViewAsConfig") == 0)
{
fUsingNsView = true;
Write
Preview
Loading…
Cancel
Save