Browse Source

Fixed a problem compiling introjucer on linux.

tags/2021-05-28
jules 10 years ago
parent
commit
95e94bc8dd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Introjucer/Source/Project Saving/jucer_ProjectExporter.h

+ 1
- 1
extras/Introjucer/Source/Project Saving/jucer_ProjectExporter.h View File

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


Loading…
Cancel
Save