Add libJabyEngine.a to PSEXE Target Makefile

This commit is contained in:
Jaby
2022-08-31 10:28:25 +02:00
parent fc731c364b
commit 3309af3c6a
2 changed files with 7 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ PREFIX ?= mipsel-none-elf
FORMAT ?= elf32-littlemips
endif
#Take this to PSEXETarget.mk??
LDSCRIPT ?= $(PSCX_REDUX_DIR)/ps-exe.ld
ifneq ($(strip $(OVERLAYSCRIPT)),)
LDSCRIPT := $(addprefix $(OVERLAYSCRIPT) , -T$(LDSCRIPT))