mirror of
https://github.com/denoland/deno.git
synced 2024-10-29 08:58:01 -04:00
build: enable rust color output on windows
This commit is contained in:
parent
2e3a8b495d
commit
af3f62eedf
1 changed files with 1 additions and 3 deletions
|
@ -85,9 +85,7 @@ template("run_rustc") {
|
|||
args += [ "-Dwarnings" ]
|
||||
}
|
||||
|
||||
if (!is_win) {
|
||||
args += [ "--color=always" ]
|
||||
}
|
||||
|
||||
if (!defined(crate_version)) {
|
||||
crate_name_and_version = crate_name
|
||||
|
|
Loading…
Reference in a new issue