From 95e94bc8dd4e23766adbba8eb80ec851cbdfa4cb Mon Sep 17 00:00:00 2001 From: jules Date: Wed, 6 May 2015 09:08:43 +0100 Subject: [PATCH] Fixed a problem compiling introjucer on linux. --- extras/Introjucer/Source/Project Saving/jucer_ProjectExporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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