Skip to content

Commit

Permalink
(Libretro) Makefile Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
GABO1423 committed Jan 10, 2023
1 parent ffb8a9b commit 6c2f830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libretro/Makefile
Expand Up @@ -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)
Expand Down

0 comments on commit 6c2f830

Please sign in to comment.