diff --git a/libretro/Makefile b/libretro/Makefile index fc734e3f57..4eb5be6e8e 100644 --- a/libretro/Makefile +++ b/libretro/Makefile @@ -350,7 +350,7 @@ else ifneq (,$(findstring windows_msvc2019,$(platform))) fix_path = $(subst $(SPACE),\ ,$(subst \,/,$1)) VSCommand := bash VSWhere.sh -latest -property installationPath - VSInstallPathw := $(shell cmd /c "$(VSCommand)") + VSInstallPathw := $(shell cmd //c "$(VSCommand)") VSInstallPath := $(shell cygpath "$(VSInstallPathw)") WindowsSdkDir ?= $(call reg_query,InstallationFolder,HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v10.0)