link nubevent.c

This commit is contained in:
Prakxo
2023-06-18 18:23:39 +02:00
parent 70ed8569f3
commit 03eeef86bc
6 changed files with 101 additions and 1 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":
elif path == "src/TRK/mainloop.c" or path == "src/TRK/nubevent.c":
self.cc = c.CC
self.cflags = c.DOL_TRK_CFLAGS
self.frank = False