Propagate -nocolor to the tools NDLL rebuild

This commit is contained in:
Joshua Granick
2014-12-27 14:05:05 -08:00
parent cbd8e4acb0
commit 7bb1e691f5
2 changed files with 6 additions and 0 deletions

BIN
run.n vendored

Binary file not shown.

View File

@@ -53,6 +53,12 @@ class RunScript {
}
if (!LogHelper.enableColor) {
args.push ("-nocolor");
}
switch (platform) {
case "Windows":