From af3f62eedf38a1455334298d812f8b033567d230 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Mon, 24 Sep 2018 12:05:03 -0700 Subject: build: enable rust color output on windows --- build_extra/rust/rust.gni | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build_extra/rust/rust.gni b/build_extra/rust/rust.gni index aaf111676..6e2b8b72e 100644 --- a/build_extra/rust/rust.gni +++ b/build_extra/rust/rust.gni @@ -85,9 +85,7 @@ template("run_rustc") { args += [ "-Dwarnings" ] } - if (!is_win) { - args += [ "--color=always" ] - } + args += [ "--color=always" ] if (!defined(crate_version)) { crate_name_and_version = crate_name -- cgit v1.2.3