From b66482c353fc0cca3aa8d72182d3d84a72ed2737 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 16 Sep 2017 05:47:39 +0200 Subject: [PATCH] I need to be able to override this for Xbox 1 --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index ab229e3..2a6a6a9 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -570,7 +570,7 @@ ifneq (,$(findstring msvc,$(platform))) OBJOUT = -Fo LINKOUT = -out: ifeq ($(STATIC_LINKING),1) - LD = lib.exe + LD ?= lib.exe STATIC_LINKING=0 else LD = link.exe