Update bootstrap.ps1

This commit is contained in:
2025-05-28 14:03:26 -03:00
parent 7079ba75f2
commit 1a26610f47

View File

@ -1,8 +1,5 @@
#!/usr/bin/env pwsh #!/usr/bin/env pwsh
$env:VCPKG_ROOT = "D:\Program Files\vcpkg"
$env:PATH = "$env:VCPKG_ROOT;$env:PATH"
git submodule update --init --recursive git submodule update --init --recursive
if ($IsWindows) if ($IsWindows)