psx_build : fix types.h include not found

This commit is contained in:
50thomatoes50 2021-11-29 14:25:08 +01:00 committed by InspirationByte
parent 84682f7d5a
commit 3b7477b945

View File

@ -83,15 +83,15 @@ SRCS = \
$(SOURCES)/C/wheelforces.c\
$(SOURCES)/C/xaplay.c\
$(SOURCES)/C/xmplay.c
# overlay sources
SRCS += \
$(SOURCES)/Frontend/FEmain.c\
$(SOURCES)/C/pathfind.c\
$(SOURCES)/C/leadai.c
SRCS += $(PSYQ_DIR)/common/crt0/crt0.s
INCL = $(SOURCES) $(PSYQ_DIR)/include $(NPSYQ_DIR)/include
SRCS += $(PSYQ_DIR)/common/crt0/crt0.s
INCL = $(SOURCES) $(PSYQ_DIR)/include $(PSYQ_DIR)/include/sys $(NPSYQ_DIR)/include
DEFS = PSX NTSC_VERSION RELOC DEBUG_OPTIONS