Browse Source

Introjucer: makefile flags fix.

tags/2021-05-28
jules 12 years ago
parent
commit
4b61bee102
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Introjucer/Source/Project Saving/jucer_ProjectExport_Make.h

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

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


Loading…
Cancel
Save