ENH: add support for universal binaries

This commit is contained in:
Bill Hoffman
2006-03-24 09:15:05 -05:00
parent cec6543d0d
commit f7c1723135
9 changed files with 124 additions and 13 deletions
+3
View File
@@ -2,6 +2,9 @@
cmLocalXCodeGenerator::cmLocalXCodeGenerator()
{
// the global generator does this, so do not
// put these flags into the language flags
this->EmitUniversalBinaryFlags = false;
}
cmLocalXCodeGenerator::~cmLocalXCodeGenerator()