From 3b7477b945682d7673d2bc8c4fc458565b5f308d Mon Sep 17 00:00:00 2001 From: 50thomatoes50 <50thomatoes50@users.noreply.github.com> Date: Mon, 29 Nov 2021 14:25:08 +0100 Subject: [PATCH] psx_build : fix `types.h` include not found --- PSXToolchain/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PSXToolchain/Makefile b/PSXToolchain/Makefile index 041d98d4..8e209895 100644 --- a/PSXToolchain/Makefile +++ b/PSXToolchain/Makefile @@ -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