Index: build/toolchain/goma.gni |
diff --git a/build/toolchain/goma.gni b/build/toolchain/goma.gni |
index c0f4cf2825289f9bccaba909318d1e1d535b9f55..86ac0e9bdf4a3a5372f5feccbd8e06536ec95882 100644 |
--- a/build/toolchain/goma.gni |
+++ b/build/toolchain/goma.gni |
@@ -14,7 +14,7 @@ declare_args() { |
# Set the default value based on the platform. |
if (is_win) { |
# Absolute directory containing the Goma source code. |
- goma_dir = "C:\goma\goma-win" |
+ goma_dir = "C:\goma\goma-win64" |
} else { |
# Absolute directory containing the Goma source code. |
goma_dir = getenv("HOME") + "/goma" |