mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
Fixed Linux compile error in Projucer
This commit is contained in:
parent
acefbcde27
commit
0c87af8992
1 changed files with 1 additions and 1 deletions
|
|
@ -479,7 +479,7 @@ Component* ProjectContentComponent::createBuildTab (CompileEngineChildProcess* c
|
|||
#if JUCE_LINUX
|
||||
ignoreUnused (child);
|
||||
return new ProjucerDisabledComp ("Linux support is still under development - "
|
||||
"please check for updates at www.juce.com!", false, false);
|
||||
"please check for updates at www.juce.com!", false, false, false, false);
|
||||
#else
|
||||
if (child != nullptr)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue