|
@@ -3696,7 +3696,7 @@ void cmGlobalXCodeGenerator::AddDependAndLinkInformation(cmXCodeObject* target)
|
|
|
// implicit search path, so we need it
|
|
// implicit search path, so we need it
|
|
|
libPaths.Add("-F " + this->XCodeEscapePath(fwDir));
|
|
libPaths.Add("-F " + this->XCodeEscapePath(fwDir));
|
|
|
}
|
|
}
|
|
|
- libPaths.Add("-framework " + fwName);
|
|
|
|
|
|
|
+ libPaths.Add("-framework " + this->XCodeEscapePath(fwName));
|
|
|
} else {
|
|
} else {
|
|
|
libPaths.Add(this->XCodeEscapePath(cleanPath));
|
|
libPaths.Add(this->XCodeEscapePath(cleanPath));
|
|
|
}
|
|
}
|