diff options
author | twinaphex | 2020-01-07 00:54:41 +0100 |
---|---|---|
committer | twinaphex | 2020-01-07 00:54:41 +0100 |
commit | 2df22e6149fb53abedc2f42722e45d118b585a59 (patch) | |
tree | 69311900fdc60317a29a14c9cb321aef83e665f5 | |
parent | bb3ef8dab6083eb2cd114f38686882955ad225a2 (diff) | |
download | snes9x2005-2df22e6149fb53abedc2f42722e45d118b585a59.tar.gz snes9x2005-2df22e6149fb53abedc2f42722e45d118b585a59.tar.bz2 snes9x2005-2df22e6149fb53abedc2f42722e45d118b585a59.zip |
(MSVC 2017) Buildfix - not yet complete
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -421,7 +421,7 @@ else ifneq (,$(findstring windows_msvc2017,$(platform))) reg_query = $(call filter_out2,$(subst $2,,$(shell reg query "$2" -v "$1" 2>nul))) fix_path = $(subst $(SPACE),\ ,$(subst \,/,$1)) - ProgramFiles86w := $(shell cmd /c "echo %PROGRAMFILES(x86)%") + ProgramFiles86w := $(shell cmd //c "echo %PROGRAMFILES(x86)%") ProgramFiles86 := $(shell cygpath "$(ProgramFiles86w)") WindowsSdkDir ?= $(call reg_query,InstallationFolder,HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v10.0) |