Pull in third-party poll emulator and automatically link it in if we detect the system's poll is broken
This commit is contained in:
@@ -2,3 +2,6 @@ SUBDIRS =
|
||||
if COND_THIRD_LIBSTDDJB
|
||||
SUBDIRS += libstddjb
|
||||
endif
|
||||
if COND_THIRD_POLL
|
||||
SUBDIRS += poll
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user