0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Cygwin linking fix.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20547 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-10-30 23:47:42 +00:00
parent 6152f60163
commit 7f3cf0eb14

View File

@ -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)