acl/lib_fiber/samples/fiber_stack2/Makefile

7 lines
200 B
Makefile
Raw Normal View History

2023-01-11 10:22:33 +08:00
# 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 = fiber_stack