diff --git a/extras/Introjucer/Source/Project Saving/jucer_ProjectExporter.h b/extras/Introjucer/Source/Project Saving/jucer_ProjectExporter.h index 3523463067..3d934e9edd 100644 --- a/extras/Introjucer/Source/Project Saving/jucer_ProjectExporter.h +++ b/extras/Introjucer/Source/Project Saving/jucer_ProjectExporter.h @@ -81,7 +81,7 @@ public: #elif JUCE_WINDOWS return isWindows() || isAndroid(); #elif JUCE_LINUX - return isLinux() || isAndroid(); + return isLinuxMakefile() || isCodeBlocksLinux() || isAndroid(); #else #error #endif