Skip to content

Commit

Permalink
AAAH
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Feb 3, 2025
1 parent fb0da02 commit 88fcbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskcluster/scripts/toolchain/msvc_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ echo "Downloading DONE"
find msvc -type f -name "vctip.exe" -exec rm -f {} \;
echo "Removed vctip"
# Update the "enter dev shell" script to init with host ARM64 and target ARM64
sed -e 's/*TARGET_ARCH/arm64/g' -e 's/*HOST_ARCH/arm64/g'
sed -e 's/*TARGET_ARCH/arm64/g' -e 's/*HOST_ARCH/arm64/g' \
$VCS_PATH/taskcluster/scripts/toolchain/enter_dev_shell.ps1.in > msvc/enter_dev_shell.ps1
echo "Patched enter_dev_shell"
echo "Starting Compression"
Expand Down

0 comments on commit 88fcbdb

Please sign in to comment.