summaryrefslogtreecommitdiffstats
path: root/courgette/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'courgette/BUILD.gn')
-rw-r--r--courgette/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/courgette/BUILD.gn b/courgette/BUILD.gn
index f479ea9..af81012b 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"
}