1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Fixed a problem compiling introjucer on linux.

This commit is contained in:
jules 2015-05-06 09:08:43 +01:00
parent d8e5add7ba
commit 95e94bc8dd

View file

@ -81,7 +81,7 @@ public:
#elif JUCE_WINDOWS
return isWindows() || isAndroid();
#elif JUCE_LINUX
return isLinux() || isAndroid();
return isLinuxMakefile() || isCodeBlocksLinux() || isAndroid();
#else
#error
#endif