commit | e8ca9b7e4ac915477f80523c7fbbc8702bdcc46b | [log] [tgz] |
---|---|---|
author | Benjamin Lerman <qsr@chromium.org> | Tue Feb 24 16:42:13 2015 +0100 |
committer | Benjamin Lerman <qsr@chromium.org> | Tue Feb 24 16:42:13 2015 +0100 |
tree | 22dc5bb89759488beaf8d3b6599f224a6ad4b65e | |
parent | cfaeb4a892e7ab1dbd9a9cd7a246fee4c9408540 [diff] [blame] |
Update from https://crrev.com/317530 TBR=qsr@chromium.org BUG=461092 Review URL: https://codereview.chromium.org/952893003
diff --git a/build/compiled_action.gni b/build/compiled_action.gni index e5059aa..b6d0c4d 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 = ""