Open leleliu008 opened 4 months ago
Can you try with the android target?
gmakew FANOTIFY_CFLAGS="'-DHAVE_FANOTIFY=1 -DHAVE_SYS_FANOTIFY=0'"
worked for musl/linux and android
On Android, there is no sys/fanotify.h
but has linux/fanotify.h
On musl/linux, both sys/fanotify.h
and linux/fanotify.h
exist.