diff options
-rwxr-xr-x | chrome/tools/build/linux/chrome-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/tools/build/linux/chrome-wrapper b/chrome/tools/build/linux/chrome-wrapper index 72a3e3e..500d73a 100755 --- a/chrome/tools/build/linux/chrome-wrapper +++ b/chrome/tools/build/linux/chrome-wrapper @@ -58,8 +58,8 @@ case ":$PATH:" in ;; esac -# Always use our ffmpeg libs. -export LD_LIBRARY_PATH="$HERE:$LD_LIBRARY_PATH" +# Always use our ffmpeg and other shared libs. +export LD_LIBRARY_PATH="$HERE:$HERE/lib:$LD_LIBRARY_PATH" exists_desktop_file || generate_desktop_file |