summaryrefslogtreecommitdiff
path: root/tools/third_party.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/third_party.py')
-rw-r--r--tools/third_party.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/third_party.py b/tools/third_party.py
index 8bbc319b7..4f8a8b5b7 100644
--- a/tools/third_party.py
+++ b/tools/third_party.py
@@ -255,8 +255,7 @@ def download_clang_format():
# Download clang by calling the clang update script.
def download_clang():
- run(['python',
- tp('v8/tools/clang/scripts/update.py'), '--if-needed'],
+ run(['python', tp('v8/tools/clang/scripts/update.py')],
env=google_env())