I need to be able to override this for Xbox 1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user