mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 03:15:52 +00:00
Remove Cygwin case from conditional, it's overridden by the Win32 case.
This time without stray garbage mixed in... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22600 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a6dd4af10d
commit
5ed5b18cd0
@ -4,12 +4,8 @@ MAJOR_VERSION = 1
|
||||
MINOR_VERSION = 0
|
||||
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
|
||||
|
||||
ifeq ($(TARGET_OS),CYGWIN)
|
||||
SHORTNAME = libdha.dll
|
||||
else
|
||||
SHORTNAME = libdha.so.$(MAJOR_VERSION)
|
||||
VSHORTNAME = libdha.so
|
||||
endif
|
||||
ifeq ($(TARGET_WIN32),yes)
|
||||
LIBNAME = libdha.a
|
||||
SHORTNAME = libdha.a
|
||||
|
Loading…
Reference in New Issue
Block a user