summaryrefslogtreecommitdiffstats
path: root/tools/driver
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-08-16 20:49:49 +0000
committerChris Bieneman <beanz@apple.com>2016-08-16 20:49:49 +0000
commitccdbb9803920cda83abcb78580cacf3e6f2d12e9 (patch)
tree0face7e7294d69bc04d4fb51cdebff2e08ed0660 /tools/driver
parentea7cb6c5ccfae1500bddc600cc0dd01ab85d0211 (diff)
[CMake] Fixing typo in Info.plist generation
This is causing an error in the generation of the clang info plist. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278850 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/driver')
-rw-r--r--tools/driver/Info.plist.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/driver/Info.plist.in b/tools/driver/Info.plist.in
index c938fb053d..c2b157021d 100644
--- a/tools/driver/Info.plist.in
+++ b/tools/driver/Info.plist.in
@@ -7,7 +7,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
- <string>@TOOL_INFO_NAME</string>
+ <string>@TOOL_INFO_NAME@</string>
<key>CFBundleShortVersionString</key>
<string>@TOOL_INFO_VERSION@</string>
<key>CFBundleVersion</key>