Index: build/compiled_action.gni |
diff --git a/build/compiled_action.gni b/build/compiled_action.gni |
index e5059aab99177a91e56278d4b1ad0f35f03341e1..b6d0c4d773df0c8a0c7fd041a4e0fc5608dcd737 100644 |
--- a/build/compiled_action.gni |
+++ b/build/compiled_action.gni |
@@ -66,7 +66,7 @@ |
# saves unnecessarily compiling your tool for the target platform. But if you |
# need a target build of your tool as well, just leave off the if statement. |
-if (build_os == "win") { |
+if (host_os == "win") { |
_host_executable_suffix = ".exe" |
} else { |
_host_executable_suffix = "" |