Bypass permission check for Cygwin, based on a different change by Yuya Adachi

via Rafael Kitover; GitHub issue 4148.
This commit is contained in:
Nicholas Marriott
2024-10-02 14:04:06 +01:00
parent 8d2aee34ab
commit 1e303b6a9d
2 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,11 @@ if IS_HAIKU
AM_CPPFLAGS += -D_BSD_SOURCE
endif
# Set flags for Cygwin.
if IS_CYGWIN
AM_CPPFLAGS += -DTMUX_SOCK_PERM=0
endif
# List of sources.
dist_tmux_SOURCES = \
alerts.c \