acl/lib_fiber/samples/server2/Makefile
2022-10-23 17:22:14 +08:00

9 lines
176 B
Makefile

include ../Makefile.in
ifeq ($(findstring Linux, $(UNIXNAME)), Linux)
has_io_uring=${HAS_IO_URING)
ifeq ($(has_io_uring), yes)
SYSLIB += -luring
endif
endif
PROG = server