Chromium Code Reviews| Index: courgette/BUILD.gn |
| diff --git a/courgette/BUILD.gn b/courgette/BUILD.gn |
| index f479ea98c38fe215fac804f761c888aa53d5513a..af81012b98128fcb4ebacc726ede3f3e6c5da5cf 100644 |
| --- a/courgette/BUILD.gn |
| +++ b/courgette/BUILD.gn |
| @@ -58,7 +58,7 @@ static_library("courgette_lib") { |
| } |
| executable("courgette") { |
| - if (is_win && cpu_arch == "x64") { |
| + if (is_win && current_cpu == "x64") { |
| # The build infrastructure needs courgette to be named courgette64. |
| output_name = "courgette64" |
| } |