Commit c577308f authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

fix ELF removal of prebuilt win32 contrib

parent 96ca0c85
......@@ -389,7 +389,7 @@ prebuilt: vlc-contrib-$(HOST)-latest.tar.bz2
cd $(TOPDST)/$(HOST) && $(SRC)/change_prefix.sh
ifdef HAVE_WIN32
ifndef HAVE_CROSS_COMPILE
$(RM) `find $(HOST)/bin | file -f- | grep ELF | awk -F: '{print $$1}' | xargs`
$(RM) `find $(TOPDST)/$(HOST)/bin | file -f- | grep ELF | awk -F: '{print $$1}' | xargs`
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