diff options
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator2.cxx b/Source/cmLocalUnixMakefileGenerator2.cxx index 4da5c4a..b0fdf1f 100644 --- a/Source/cmLocalUnixMakefileGenerator2.cxx +++ b/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 |