summaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS3
1 files changed, 2 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 929a7c6234..7abc60f16e 100644
--- a/DEPS
+++ b/DEPS
@@ -249,7 +249,8 @@ hooks = [
# Update the Windows toolchain if necessary.
'name': 'win_toolchain',
'pattern': '.',
- 'action': ['python', 'pdfium/build/vs_toolchain.py', 'update'],
+ 'condition': 'checkout_win',
+ 'action': ['vpython', 'pdfium/build/vs_toolchain.py', 'update', '--force'],
},
{
# Update the Mac toolchain if necessary.