mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 03:15:52 +00:00
Remove unused SONAME_FLAGS variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22586 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1da43e0cb9
commit
2df4839456
@ -9,7 +9,6 @@ ifeq ($(TARGET_OS),CYGWIN)
|
||||
SHORTNAME = libdha.dll
|
||||
else
|
||||
SHORTNAME = libdha.so.$(MAJOR_VERSION)
|
||||
SONAME_FLAGS = -Wl,-soname,$(SHORTNAME)
|
||||
VSHORTNAME = libdha.so
|
||||
endif
|
||||
ifeq ($(TARGET_WIN32),yes)
|
||||
@ -50,7 +49,6 @@ $(LIBNAME): $(OBJS)
|
||||
ifeq ($(TARGET_WIN32),yes)
|
||||
$(AR) r $@ $^
|
||||
else
|
||||
#$(CC) -shared $(SONAME_FLAGS) -o $@ $^ $(LIBS)
|
||||
$(CC) -shared -Wl,-soname -Wl,$@ -o $@ $^ $(LIBS)
|
||||
ln -sf $@ $(SHORTNAME)
|
||||
ln -sf $@ $(VSHORTNAME)
|
||||
|
Loading…
Reference in New Issue
Block a user