Merge branch 'backport-xcode-framework-quoting' into xcode-framework-quoting

This commit is contained in:
Brad King
2021-03-10 10:03:36 -05:00
4 changed files with 26 additions and 1 deletions
+1 -1
View File
@@ -3696,7 +3696,7 @@ void cmGlobalXCodeGenerator::AddDependAndLinkInformation(cmXCodeObject* target)
// implicit search path, so we need it
libPaths.Add("-F " + this->XCodeEscapePath(fwDir));
}
libPaths.Add("-framework " + fwName);
libPaths.Add("-framework " + this->XCodeEscapePath(fwName));
} else {
libPaths.Add(this->XCodeEscapePath(cleanPath));
}