Skip to content

Commit 3b7477b

Browse files
50thomatoes50SoapyMan
authored andcommitted
psx_build : fix types.h include not found
1 parent 84682f7 commit 3b7477b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PSXToolchain/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ SRCS = \
8383
$(SOURCES)/C/wheelforces.c\
8484
$(SOURCES)/C/xaplay.c\
8585
$(SOURCES)/C/xmplay.c
86-
86+
8787
# overlay sources
8888
SRCS += \
8989
$(SOURCES)/Frontend/FEmain.c\
9090
$(SOURCES)/C/pathfind.c\
9191
$(SOURCES)/C/leadai.c
92-
93-
SRCS += $(PSYQ_DIR)/common/crt0/crt0.s
94-
INCL = $(SOURCES) $(PSYQ_DIR)/include $(NPSYQ_DIR)/include
92+
93+
SRCS += $(PSYQ_DIR)/common/crt0/crt0.s
94+
INCL = $(SOURCES) $(PSYQ_DIR)/include $(PSYQ_DIR)/include/sys $(NPSYQ_DIR)/include
9595

9696
DEFS = PSX NTSC_VERSION RELOC DEBUG_OPTIONS
9797

0 commit comments

Comments
 (0)