Browse Source

COMP: Fix for Mac specific code.

pull/1/head
Brad King 21 years ago
parent
commit
8711ce31d9
  1. 2
      Source/cmLocalUnixMakefileGenerator2.cxx

2
Source/cmLocalUnixMakefileGenerator2.cxx

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

Loading…
Cancel
Save