Commit d72aba04 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

[Win32] Fix yet another packaging issue.

parent c0998a10
......@@ -886,10 +886,8 @@ endif
#strip exe and main dll
package-win-common-strip: package-win32-base-debug
$(STRIP) "vlc-$(VERSION)/vlc$(EXEEXT)"
$(STRIP) "vlc-$(VERSION)/libvlccore$(LIBEXT)"
$(STRIP) "vlc-$(VERSION)/libvlc$(LIBEXT)"
$(STRIP) "vlc-$(VERSION)/pthreadGC2$(LIBEXT)"
for i in "" vlc-$(VERSION)/*$(LIBEXT) ; \
do if test -n "$$i" ; then $(STRIP) "$$i" ; fi; done
if BUILD_MOZILLA
$(STRIP) "vlc-$(VERSION)/mozilla/npvlc$(LIBEXT)"
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