Commit 0e9b69fd authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix make install cache generation

libvlc*.so are not yet configured, so we can't use the installed
vlc-cache-gen just yet.
parent e9d39acf
......@@ -71,7 +71,7 @@ stamp-cache:
install-exec-hook:
if test -z "$(DESTDIR)"; then \
cd "$(vlclibdir)" && ./vlc-cache-gen . ; \
../bin/vlc-cache-gen$(EXEEXT) "$(vlclibdir)" ; \
else \
echo "Staged installation: cache generation skipped!" ; \
fi
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