From 4b61bee102968c79f25517f014fb0de5fe3d7f7b Mon Sep 17 00:00:00 2001 From: jules Date: Sat, 8 Jun 2013 13:20:27 +0100 Subject: [PATCH] Introjucer: makefile flags fix. --- .../Introjucer/Source/Project Saving/jucer_ProjectExport_Make.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Make.h b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Make.h index 0e766efba4..c987a90bea 100644 --- a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Make.h +++ b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Make.h @@ -218,7 +218,7 @@ private: out << " -fPIC"; out << " -O" << config.getGCCOptimisationFlag() - << (" " + replacePreprocessorTokens (config, getExtraCompilerFlagsString())).trim() + << (" " + replacePreprocessorTokens (config, getExtraCompilerFlagsString())).trimEnd() << newLine; out << " CXXFLAGS += $(CFLAGS)" << newLine;