summaryrefslogtreecommitdiffstats
path: root/chrome/tools/build
diff options
context:
space:
mode:
authorcraig.schlenter@chromium.org <craig.schlenter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-02 21:43:55 +0000
committercraig.schlenter@chromium.org <craig.schlenter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-02 21:43:55 +0000
commit94f316cd63ec4e14014596874919e053b943391e (patch)
tree8b6d5af8ef83175f657f0d6a1a5a83c3cda3ce27 /chrome/tools/build
parentf2ee7457f65d7aac45bc2afa75a9378dd82b0111 (diff)
downloadchromium_src-94f316cd63ec4e14014596874919e053b943391e.zip
chromium_src-94f316cd63ec4e14014596874919e053b943391e.tar.gz
chromium_src-94f316cd63ec4e14014596874919e053b943391e.tar.bz2
Add lib.target to chrome-wrapper's LD_LIBRARY_PATH.
Needed since r732 of gyp. TEST=Shared build on linux finds libs now without needing to manually adjust LD_LIBRARY_PATH. Review URL: http://codereview.chromium.org/340060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30749 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/build')
-rwxr-xr-xchrome/tools/build/linux/chrome-wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/build/linux/chrome-wrapper b/chrome/tools/build/linux/chrome-wrapper
index d785a76..ba6c304b 100755
--- a/chrome/tools/build/linux/chrome-wrapper
+++ b/chrome/tools/build/linux/chrome-wrapper
@@ -60,7 +60,7 @@ case ":$PATH:" in
esac
# Always use our ffmpeg and other shared libs.
-export LD_LIBRARY_PATH="$HERE:$HERE/lib:$LD_LIBRARY_PATH"
+export LD_LIBRARY_PATH="$HERE:$HERE/lib:$HERE/lib.target:$LD_LIBRARY_PATH"
exists_desktop_file || generate_desktop_file