summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DEPS5
1 files changed, 2 insertions, 3 deletions
diff --git a/DEPS b/DEPS
index e57e5af206..70d5af94d5 100644
--- a/DEPS
+++ b/DEPS
@@ -162,12 +162,11 @@ hooks = [
],
},
{
- # Pull clang if needed or requested via GYP_DEFINES.
+ # Pull clang
'name': 'clang',
'pattern': '.',
'action': ['python',
- 'pdfium/tools/clang/scripts/update.py',
- '--if-needed'
+ 'pdfium/tools/clang/scripts/update.py'
],
},
{