aboutsummaryrefslogtreecommitdiff
path: root/tools/bootstrap/windows_boxstarter
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bootstrap/windows_boxstarter')
-rw-r--r--tools/bootstrap/windows_boxstarter2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bootstrap/windows_boxstarter b/tools/bootstrap/windows_boxstarter
index dd2281fa11..7d682f1fb3 100644
--- a/tools/bootstrap/windows_boxstarter
+++ b/tools/bootstrap/windows_boxstarter
@@ -18,7 +18,7 @@ choco install python2 -y
# Installs VS 2017 Build Tools
choco install visualstudio2017buildtools -y
-choco install visualstudio2017-workload-vctools -y
+choco install visualstudio2017-workload-vctools -y --params="--add Microsoft.VisualStudio.Component.VC.Tools.ARM64 --add Microsoft.VisualStudio.Component.VC.ATL.ARM64"
# NASM
choco install nasm -y