diff --git a/src/libretro/Makefile b/src/libretro/Makefile index c29106076..5f6a0348f 100644 --- a/src/libretro/Makefile +++ b/src/libretro/Makefile @@ -402,7 +402,7 @@ else ifneq (,$(findstring windows_msvc2017,$(platform))) PATH := $(PATH):$(shell IFS=$$'\n'; cygpath "$(VsInstallRoot)/Common7/IDE") INCLUDE := $(shell IFS=$$'\n'; cygpath -w "$(VcCompilerToolsDir)/include") ifneq (,$(findstring uwp,$(PlatformSuffix))) - LIB := $(shell IFS=$$'\n'; cygpath -w "$(LIB)/store") + LIB := $(shell IFS=$$'\n'; cygpath -w "$(VcCompilerToolsDir)/lib/$(TargetArchMoniker/store)") else LIB := $(shell IFS=$$'\n'; cygpath -w "$(VcCompilerToolsDir)/lib/$(TargetArchMoniker)") endif