summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-04 15:02:42 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-04 15:02:42 +0000
commit1a23de4b231696732f497bbdabea6929aaff4d21 (patch)
tree1cdbe8a0fbbe9b392c4859d5f1b54609894056fc /chrome/chrome.gyp
parent722ed3e0a43e4ef674219bfa5ec0f1e41abafab2 (diff)
downloadchromium_src-1a23de4b231696732f497bbdabea6929aaff4d21.zip
chromium_src-1a23de4b231696732f497bbdabea6929aaff4d21.tar.gz
chromium_src-1a23de4b231696732f497bbdabea6929aaff4d21.tar.bz2
Fix nonsense.
Too much cut'n'paste. My eyes must have been closed when I screwed this up. BUG=nope TEST=read Review URL: http://codereview.chromium.org/360008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30957 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-xchrome/chrome.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 6aa894d..436d5dd 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -5658,11 +5658,11 @@
# version numbers.
'DYLIB_COMPATIBILITY_VERSION': '<(version_build_patch)',
'DYLIB_CURRENT_VERSION': '<(version_build_patch)',
- # See tools/build/mac/copy_framework_unversioned for
# The framework is placed within the .app's versioned
# directory.
'DYLIB_INSTALL_NAME_BASE':
'@executable_path/../Versions/<(version_full)',
+ # See tools/build/mac/copy_framework_unversioned for
# information on LD_DYLIB_INSTALL_NAME.
'LD_DYLIB_INSTALL_NAME':
'$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(WRAPPER_NAME)/$(PRODUCT_NAME)',