1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Update to MSVC 2022.

This commit is contained in:
Bartosz Taudul
2021-11-13 00:49:26 +01:00
parent 97c519811c
commit aed1360a9c
8 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ if [ ! -f vswhere.exe ]; then
wget https://github.com/microsoft/vswhere/releases/download/2.8.4/vswhere.exe
fi
MSVC=`./vswhere.exe -property installationPath -version '[16.0,16.999]' | head -n 1`
MSVC=`./vswhere.exe -property installationPath -version '[17.0,17.999]' | head -n 1`
MSVC=`wslpath "$MSVC" | tr -d '\r'`
MSBUILD=$MSVC/MSBuild/Current/Bin/MSBuild.exe