COMP: Fix for Mac specific code.

This commit is contained in:
Brad King 2004-10-28 07:43:18 -04:00
parent bce0865c70
commit 8711ce31d9
1 changed files with 1 additions and 1 deletions

View File

@ -646,7 +646,7 @@ cmLocalUnixMakefileGenerator2
if(target.GetPropertyAsBool("MACOSX_BUNDLE"))
{
// Make bundle directories
targetFullPath += name;
targetFullPath += target.GetName();
targetFullPath += ".app/Contents/MacOS/";
}
#endif