diff options
-rwxr-xr-x | build/install-build-deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh index 8f28a4b..7a64b35 100755 --- a/build/install-build-deps.sh +++ b/build/install-build-deps.sh @@ -239,7 +239,7 @@ fi # So just install from source if it isn't the default linker. case `ld --version` in -*gold*) ;; +*gold*2.2*) ;; * ) echo "Gold is a new linker that links Chrome 5x faster than ld." echo "Don't use it if you need to link other apps (e.g. valgrind, wine)" |