Index: build/config/compiler/BUILD.gn |
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
index e1b73eec8393416036cadb70a8409a7f3c150b68..7db12df3cfe6b78608f570f8603390fbf1378f49 100644 |
--- a/build/config/compiler/BUILD.gn |
+++ b/build/config/compiler/BUILD.gn |
@@ -148,7 +148,7 @@ config("compiler") { |
if (cpu_arch == "x64") { |
# Use gold for linking on 64-bit Linux only (on 32-bit it runs out of |
# address space, and it doesn't support cross-compiling). |
- gold_path = rebase_path("//third_party/gold", ".", root_build_dir) |
+ gold_path = rebase_path("//third_party/gold", root_build_dir) |
ldflags += [ |
"-B$gold_path", |