From 2e3a8b495d5d6c5ad595d65cedafcc2b0d75d559 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sun, 2 Sep 2018 23:37:14 +0200 Subject: tools: make color output work on windows --- tools/sync_third_party.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/sync_third_party.py') diff --git a/tools/sync_third_party.py b/tools/sync_third_party.py index cf0de30f3..697470a49 100755 --- a/tools/sync_third_party.py +++ b/tools/sync_third_party.py @@ -5,6 +5,9 @@ # find . -type f | grep -v "\.git" | xargs -I% git add -f --no-warn-embedded-repo "%" import third_party +import util + +util.enable_ansi_colors() third_party.fix_symlinks() -- cgit v1.2.3