diff options
-rw-r--r-- | DEPS | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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' ], }, { |