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