mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 11:45:18 +02:00
Merge pull request #16780 from GABO1423/libretro-goes-brrr
(Libretro) Makefile Tweak
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user