From 7737d7c648b540bcc93a2f75f78d68bd6b40e11e Mon Sep 17 00:00:00 2001 From: darc Date: Wed, 22 Nov 2023 14:24:15 -0600 Subject: [PATCH] Fix Dreamcast makefile for config.h --- lib/Makefile.DC_KOS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.DC_KOS b/lib/Makefile.DC_KOS index 5ead7c83..ce0468d5 100644 --- a/lib/Makefile.DC_KOS +++ b/lib/Makefile.DC_KOS @@ -1,5 +1,5 @@ KOS_CFLAGS = -DDC_KOS_PLATFORM -DNEED_WRITEV -DNEED_READV -DHAVE_CONFIG_H \ - -D_U_=/**/ -I../include -I../include/smb2 $(KOS_INC_PATHS) + -D_U_=/**/ -I../include -I../include/smb2 -I../include/dc $(KOS_INC_PATHS) TARGET = libsmb2.a OBJS = aes128ccm.o \