mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-01 11:27:40 +08:00
9 lines
176 B
Makefile
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
|