Commit 1f51cbc7 authored by Rafaël Carré's avatar Rafaël Carré

npapi: fix vlcpp fetch

VLC itself has no submodules
parent 2ab78c74
......@@ -11,7 +11,8 @@ fetch-npapi:
git reset --hard origin/master; \
git submodule update; \
else \
git clone git://git.videolan.org/npapi-vlc.git npapi-vlc ; \
git clone git://git.videolan.org/npapi-vlc.git npapi-vlc && \
cd npapi-vlc && \
git submodule update --init; \
fi
git --git-dir=npapi-vlc/.git describe --long --always > stamp-npapi.tmp
......
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