From 6c2f830d3b4ceb9922a91a676457d8885b977954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Moraz=C3=A1n?= <35014183+GABO1423@users.noreply.github.com> Date: Tue, 10 Jan 2023 11:25:19 -0400 Subject: [PATCH] (Libretro) Makefile Tweak --- libretro/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)