mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-15 17:30:53 +08:00
7 lines
201 B
Makefile
7 lines
201 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 = fiber_stack
|