1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Introjucer: makefile flags fix.

This commit is contained in:
jules 2013-06-08 13:20:27 +01:00
parent abde049bf0
commit 4b61bee102

View file

@ -218,7 +218,7 @@ private:
out << " -fPIC";
out << " -O" << config.getGCCOptimisationFlag()
<< (" " + replacePreprocessorTokens (config, getExtraCompilerFlagsString())).trim()
<< (" " + replacePreprocessorTokens (config, getExtraCompilerFlagsString())).trimEnd()
<< newLine;
out << " CXXFLAGS += $(CFLAGS)" << newLine;