Commit 3a27eb58 authored by Brad Smith's avatar Brad Smith Committed by Rémi Denis-Courmont

Fix a typo with the libtool flag -export-symbols-regex

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent c4c29a8b
......@@ -18,7 +18,7 @@ AM_CXXFLAGS = `$(VLC_CONFIG) --cxxflags plugin $@`
AM_OBJCFLAGS = `$(VLC_CONFIG) --objcflags plugin $@`
AM_LDFLAGS = -rpath '$(libvlcdir)' \
-avoid-version -module \
-export-symbol-regex ^vlc_entry \
-export-symbols-regex ^vlc_entry \
-shrext $(LIBEXT) \
-rpath "$(libvlcdir)" \
-no-undefined \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment