Propagate -nocolor to the tools NDLL rebuild
This commit is contained in:
@@ -53,6 +53,12 @@ class RunScript {
|
||||
|
||||
}
|
||||
|
||||
if (!LogHelper.enableColor) {
|
||||
|
||||
args.push ("-nocolor");
|
||||
|
||||
}
|
||||
|
||||
switch (platform) {
|
||||
|
||||
case "Windows":
|
||||
|
||||
Reference in New Issue
Block a user