From 2c90e8c91f28225f32f4a8dc10ab5172cab0835b Mon Sep 17 00:00:00 2001 From: Alberto Fustinoni Date: Mon, 18 Dec 2017 15:25:57 +0900 Subject: [PATCH] Build fix --- Makefile.libretro | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.libretro b/Makefile.libretro index 91e99ba..885e001 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -319,6 +319,7 @@ else ifneq (,$(findstring windows_msvc2017,$(platform))) CC = cl.exe CXX = cl.exe + LD = link.exe reg_query = $(call filter_out2,$(subst $2,,$(shell reg query "$2" -v "$1" 2>nul))) fix_path = $(subst $(SPACE),\ ,$(subst \,/,$1))