implement dispatch.c

This commit is contained in:
Prakxo
2023-06-18 22:17:48 +02:00
parent 0f7c6460de
commit e2a641e893
5 changed files with 80 additions and 2 deletions
+1 -1
View File
@@ -647,7 +647,7 @@ class CSource(Source):
self.cc = c.CC
self.cflags = c.DOL_CPPFLAGS
self.frank = False
elif path == "src/TRK/mainloop.c" or path == "src/TRK/nubevent.c" or path == "src/TRK/nubinit.c":
elif path == "src/TRK/mainloop.c" or path == "src/TRK/nubevent.c" or path == "src/TRK/nubinit.c" or path == "src/TRK/dispatch.c":
self.cc = c.CC
self.cflags = c.DOL_TRK_CFLAGS
self.frank = False