Commit 6dcb0ee0 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: fix packaging of webplugin

Else, it would create 36MB .exe installers when using package-win32
target.
parent 04ed5db1
...@@ -5,7 +5,7 @@ endif ...@@ -5,7 +5,7 @@ endif
win32_destdir=$(abs_top_builddir)/vlc-$(VERSION) win32_destdir=$(abs_top_builddir)/vlc-$(VERSION)
win32_debugdir=$(abs_top_builddir)/symbols-$(VERSION) win32_debugdir=$(abs_top_builddir)/symbols-$(VERSION)
win32_xpi_destdir=$(win32_destdir)/vlc-plugin win32_xpi_destdir=$(abs_top_builddir)/vlc-plugin-$(VERSION)
7Z_OPTS=-t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on 7Z_OPTS=-t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on
......
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