Skip to content

Commit

Permalink
Merge pull request #287 from darcagn/master
Browse files Browse the repository at this point in the history
Fix Dreamcast makefile for config.h change
  • Loading branch information
sahlberg authored Nov 22, 2023
2 parents 3f4fa56 + 7737d7c commit e721dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Makefile.DC_KOS
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit e721dbe

Please sign in to comment.