We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30dee57 commit dbaaf6aCopy full SHA for dbaaf6a
1 file changed
Makefile
@@ -50,10 +50,8 @@ endef
50
51
define windows_build
52
VSWHERE := $(shell dirname $(shell which vswhere.exe 2>/dev/null))
53
- MSBUILD_PATH := $(shell \
54
- $(VSWHERE)/vswhere.exe -products '*' -requires Microsoft.Component.MSBuild \
55
- -property installationPath -latest 2>/dev/null | tr -d '\r')
56
-
+ VSINSTALL_PATH := $(shell $(VSWHERE)/vswhere.exe -products * -requires Microsoft.Component.MSBuild -property installationPath -latest)
+ echo $(VSINSTALL_PATH)
57
# Fallback MSBuild paths
58
MSBUILD_CANDIDATES := \
59
"$(MSBUILD_PATH)/MSBuild/Current/Bin/MSBuild.exe" \
0 commit comments