acl/lib_fiber/samples/dead_lock2/Makefile
2023-01-11 22:29:45 +08:00

7 lines
198 B
Makefile

# Don't build the sample on MacOS because libunwind don't support it.
include ./Makefile.in
ifeq ($(findstring Linux, $(UNIXNAME)), Linux)
SYSLIB += -lunwind -lunwind-x86_64
endif
PROG = dead_lock