]> git.sesse.net Git - vlc/blobdiff - bootstrap
- fixed Cygwin issue when linking/building shared libvlc.dll
[vlc] / bootstrap
index f4e17d00c45521bc59cf46a1648889575016913d..d7d603cfbb5610822d3b512efa23d2b80f661959 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -216,7 +216,7 @@ include Modules.am
 LTLIBVLC = \$(top_builddir)/src/libvlc.la
 
 if BUILD_SHARED
-LIBVLC = \$(top_builddir)/src/libvlc\$(LIBEXT)
+LIBVLC = -L\$(top_builddir)/src -lvlc
 LIBADD = \$(LIBVLC)
 endif