summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/bootstrap-windows.ps11
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bootstrap-windows.ps1 b/tools/bootstrap-windows.ps1
index 83ec7819..e32ad8c8 100644
--- a/tools/bootstrap-windows.ps1
+++ b/tools/bootstrap-windows.ps1
@@ -129,6 +129,7 @@ if (!(Is-Newer 'py' $python_req)) {
Write-Host "Python >= $python_req not found, installing..."
choco install -y python3
}
+python -m pip install setuptools
if (!(Is-Newer "$env:WIX\bin\light" $wix_req)) {
Write-Host "WiX >= $wix_req not found, installing..."