diff options
Diffstat (limited to 'chrome/tools')
-rwxr-xr-x | chrome/tools/build/linux/chrome-wrapper | 2 |
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 |