0
0
Fork 0
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:
Bert Belder 2018-09-24 12:05:03 -07:00
parent 2e3a8b495d
commit af3f62eedf
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -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