Commit ec525f69 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Restore -no-undefined on Win32

parent 616fa5c8
......@@ -25,6 +25,7 @@ AM_LDFLAGS = -rpath '$(libvlcdir)' \
AM_LIBADD = `$(VLC_CONFIG) -libs plugin $@`
if HAVE_WIN32
# Windows does not support undefined symbols
AM_LDFLAGS += -no-undefined
AM_LIBADD += $(LTLIBVLCCORE)
endif
......
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