mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
(Libretro) Makefile Tweak
This commit is contained in:
parent
ffb8a9be47
commit
6c2f830d3b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user