Skip to content

Commit

Permalink
Get v143 msm to pack
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Mar 6, 2025
1 parent 426424a commit a360574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows/conda-setup-xwin-sdk.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $env:PATH ="$conda_folder\xwin-$X_WIN_VERSION-x86_64-pc-windows-msvc;$env:PATH"
xwin --accept-license --manifest-version 16 splat --include-debug-symbols --include-debug-libs --use-winsysroot-style --preserve-ms-arch-notation --disable-symlinks --output "$conda_folder\xwin"

Write-Output("Downloading Microsoft.VisualStudio.Component.VC.Redist.MSM")
python "$PSScriptRoot\fetch-vsix-package.py" --manifest-version 16 --output "$conda_folder\xwin" Microsoft.VisualStudio.Component.VC.Redist.MSM
python "$PSScriptRoot\fetch-vsix-package.py" --manifest-version 17 --output "$conda_folder\xwin" Microsoft.VisualStudio.Component.VC.Redist.MSM

Write-Output("Cleaning Up")
Remove-Item "$conda_folder\xwin-$X_WIN_VERSION-x86_64-pc-windows-msvc" -ErrorAction SilentlyContinue -Force -Recurse
Expand Down

0 comments on commit a360574

Please sign in to comment.