mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-30 02:50:05 +00:00
Allow use of an external VST3 SDK on BSD
This commit is contained in:
parent
97ee7b7864
commit
60e13bec0c
10 changed files with 38 additions and 32 deletions
|
|
@ -1370,8 +1370,8 @@ void ProjectContentComponent::handleMissingSystemHeaders()
|
|||
String tabMessage ("Compiler not available due to missing system headers\nPlease install a recent version of Visual Studio and the Windows Desktop SDK");
|
||||
String alertWindowMessage ("Missing system headers\nPlease install a recent version of Visual Studio and the Windows Desktop SDK");
|
||||
#elif JUCE_LINUX || JUCE_BSD
|
||||
String tabMessage ("Compiler not available due to missing system headers\nPlease insall using your package manager");
|
||||
String alertWindowMessage ("Missing system headers\nPlease insall using your package manager");
|
||||
String tabMessage ("Compiler not available due to missing system headers\nPlease install using your package manager");
|
||||
String alertWindowMessage ("Missing system headers\nPlease install using your package manager");
|
||||
#endif
|
||||
|
||||
setBuildEnabled (false, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue