COMP: Fix for Mac specific code.
This commit is contained in:
parent
bce0865c70
commit
8711ce31d9
|
@ -646,7 +646,7 @@ cmLocalUnixMakefileGenerator2
|
|||
if(target.GetPropertyAsBool("MACOSX_BUNDLE"))
|
||||
{
|
||||
// Make bundle directories
|
||||
targetFullPath += name;
|
||||
targetFullPath += target.GetName();
|
||||
targetFullPath += ".app/Contents/MacOS/";
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue