mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-08 01:04:06 +01:00
Darwin too.
This commit is contained in:
parent
2d15f59859
commit
670bba16f2
@ -1,4 +1,4 @@
|
||||
# $Id: GNUmakefile,v 1.63 2009-01-20 19:35:03 nicm Exp $
|
||||
# $Id: GNUmakefile,v 1.64 2009-01-20 20:00:39 nicm Exp $
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
@ -90,7 +90,7 @@ ifeq ($(shell uname),Darwin)
|
||||
INCDIRS+= -Icompat
|
||||
SRCS+= compat/strtonum.c compat/bsd-poll.c compat/vis.c
|
||||
CFLAGS+= -DNO_STRTONUM -DNO_SETRESUID -DNO_SETRESGID -DNO_SETPROCTITLE \
|
||||
-DNO_TREE_H -DBROKEN_POLL
|
||||
-DNO_QUEUE_H -DNO_TREE_H -DBROKEN_POLL
|
||||
endif
|
||||
|
||||
ifeq ($(shell uname),Linux)
|
||||
|
Loading…
Reference in New Issue
Block a user