mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
BUG: Fixed computation of 'object' name for MACOSX_PACKAGE_LOCATION source files.
This commit is contained in:
@@ -1724,8 +1724,8 @@ cmLocalUnixMakefileGenerator3
|
||||
}
|
||||
obj += fileTargetDirectory;
|
||||
|
||||
obj = cmSystemTools::RelativePath
|
||||
(this->Makefile->GetHomeOutputDirectory(), obj.c_str());
|
||||
// Object names are specified relative to the current build dir.
|
||||
obj = this->Convert(obj.c_str(), START_OUTPUT);
|
||||
obj += "/";
|
||||
obj += objectName;
|
||||
return obj;
|
||||
|
||||
Reference in New Issue
Block a user