mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
ENH: add support for universal binaries
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user