Update usage text for script.

-libsamplerate has been replaced with -extra-libs.
This commit is contained in:
Simon Howard 2014-04-07 02:49:51 -04:00
parent a686d26171
commit c8eec16544
1 changed files with 3 additions and 2 deletions

View File

@ -244,8 +244,9 @@ usage() {
echo
echo "Extra options:"
echo "-git : Build latest version from Git HEAD."
echo "-libsamplerate : Build libsamplerate"
echo "-host <spec> : Cross-compile for the specified target."
echo "-extra-libs : Build extra optional libraries that can make"
echo " Chocolate Doom even more awesome."
echo "-host=<spec> : Cross-compile for the specified target."
echo
exit 0