Skip to content

Commit 8680611

Browse files
fix: Try alternative windows build method
1 parent 00d42de commit 8680611

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ endef
5151
define windows_build
5252
VSWHERE := "C:\ProgramData\Chocolatey\bin\vswhere.exe"
5353
VS_PATH := $(shell $(VSWHERE) -products * -requires Microsoft.Component.MSBuild -property installationPath -latest)
54+
echo $(VS_PATH)
5455
ifeq ($(VS_PATH),)
5556
$(error Could not find Visual Studio installation)
5657
endif

0 commit comments

Comments
 (0)