summaryrefslogtreecommitdiff
path: root/tools/sync_third_party.py
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2018-10-22 03:47:34 +0200
committerBert Belder <bertbelder@gmail.com>2018-10-23 16:29:46 +0200
commit4ceb205512bbeb760c219306d6df7d6c1f12aa19 (patch)
tree663ee52a26cada01af521d3a7f43db386d671c86 /tools/sync_third_party.py
parent5cf37c2f2018d51dd4d6498035c385f8ed0bf58f (diff)
Bundle pywin32 in third_party
Diffstat (limited to 'tools/sync_third_party.py')
-rwxr-xr-xtools/sync_third_party.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sync_third_party.py b/tools/sync_third_party.py
index 39afdccd4..5fe78c407 100755
--- a/tools/sync_third_party.py
+++ b/tools/sync_third_party.py
@@ -14,4 +14,5 @@ third_party.fix_symlinks()
third_party.run_yarn()
third_party.run_cargo()
+third_party.run_pip()
third_party.run_gclient_sync()