Merge pull request #16780 from GABO1423/libretro-goes-brrr

(Libretro) Makefile Tweak
This commit is contained in:
Henrik Rydgård
2023-01-10 16:30:34 +01:00
committed by GitHub
+1 -1
View File
@@ -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)