I need to be able to override this for Xbox 1

This commit is contained in:
twinaphex
2017-09-16 05:47:39 +02:00
parent 5d348ecbd8
commit b66482c353

View File

@@ -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