mirror of https://github.com/stella-emu/stella.git
(Libretro/MSVC 2017) Buildfix
This commit is contained in:
parent
f746300d6b
commit
58bf9d57b6
|
@ -357,7 +357,7 @@ else ifneq (,$(findstring windows_msvc2017,$(platform)))
|
||||||
reg_query = $(call filter_out2,$(subst $2,,$(shell reg query "$2" -v "$1" 2>nul)))
|
reg_query = $(call filter_out2,$(subst $2,,$(shell reg query "$2" -v "$1" 2>nul)))
|
||||||
fix_path = $(subst $(SPACE),\ ,$(subst \,/,$1))
|
fix_path = $(subst $(SPACE),\ ,$(subst \,/,$1))
|
||||||
|
|
||||||
ProgramFiles86w := $(shell cmd /c "echo %PROGRAMFILES(x86)%")
|
ProgramFiles86w := $(shell cmd //c "echo %PROGRAMFILES(x86)%")
|
||||||
ProgramFiles86 := $(shell cygpath "$(ProgramFiles86w)")
|
ProgramFiles86 := $(shell cygpath "$(ProgramFiles86w)")
|
||||||
|
|
||||||
WindowsSdkDir ?= $(call reg_query,InstallationFolder,HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v10.0)
|
WindowsSdkDir ?= $(call reg_query,InstallationFolder,HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v10.0)
|
||||||
|
|
Loading…
Reference in New Issue