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"))
|
if(target.GetPropertyAsBool("MACOSX_BUNDLE"))
|
||||||
{
|
{
|
||||||
// Make bundle directories
|
// Make bundle directories
|
||||||
targetFullPath += name;
|
targetFullPath += target.GetName();
|
||||||
targetFullPath += ".app/Contents/MacOS/";
|
targetFullPath += ".app/Contents/MacOS/";
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue