mirror of
https://github.com/videolan/vlc.git
synced 2024-12-01 05:44:33 +08:00
modules: common.am: remove trailing characters
This commit is contained in:
parent
20bc495f72
commit
dd6fa61029
@ -32,7 +32,7 @@ AM_LDFLAGS = \
|
||||
-export-symbols-regex ^vlc_entry \
|
||||
-shrext $(LIBEXT) \
|
||||
-no-undefined \
|
||||
$(top_builddir)/compat/libcompat.la $(LTLIBVLCCORE)
|
||||
$(top_builddir)/compat/libcompat.la $(LTLIBVLCCORE)
|
||||
if HAVE_WIN32
|
||||
AM_LDFLAGS += $(top_builddir)/modules/module.rc.lo -Wc,-static
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user