Add libJabyEngine.a to PSEXE Target Makefile

This commit is contained in:
2022-08-31 10:28:25 +02:00
parent 2747433c7f
commit be29b4bfe2
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))