mirror of https://github.com/mpv-player/mpv
Cygwin linking fix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20547 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6152f60163
commit
7f3cf0eb14
|
@ -40,7 +40,7 @@ CFLAGS= -I. $(OPTFLAGS) \
|
|||
-DHAVE_ERRNO_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H \
|
||||
|
||||
ifeq ($(TARGET_OS),CYGWIN)
|
||||
CFLAGS+=-DSYS_CYGWIN
|
||||
CFLAGS+=-DSYS_CYGWIN -DWIN32
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET_OS),Darwin)
|
||||
|
|
Loading…
Reference in New Issue