Browse Source

buildsystem: document the -ml argument

merge-requests/2255/merge
Steve Lhomme 10 months ago
parent
commit
f359eabb55
  1. 1
      buildsystem/compile.sh

1
buildsystem/compile.sh

@ -35,6 +35,7 @@ while [ $# -gt 0 ]; do
echo "Use -s to set your keystore file and -p for the password"
echo "Use -c to get a ChromeOS build"
echo "Use -l to build only LibVLC"
echo "Use -ml to build only the medialibrary"
echo "Use -b to bypass libvlc source checks (vlc custom sources)"
echo "Use -t to use prebuilt contribs for LibVLC"
echo "Use -m2 to set the maven local repository path to use"

Loading…
Cancel
Save