summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefileTargetGenerator.cxx')
-rw-r--r--Source/cmMakefileTargetGenerator.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx
index 0a2e79e..dd45950 100644
--- a/Source/cmMakefileTargetGenerator.cxx
+++ b/Source/cmMakefileTargetGenerator.cxx
@@ -295,7 +295,8 @@ void cmMakefileTargetGenerator::WriteTargetLanguageFlags()
this->AddFeatureFlags(flags, lang);
#ifdef __APPLE__
- this->LocalGenerator->AddArchitectureFlags(flags, this->Target, lang, this->ConfigName);
+ this->LocalGenerator->AddArchitectureFlags(flags, this->Target,
+ lang, this->ConfigName);
#endif /* __APPLE__ */
// Fortran-specific flags computed for this target.