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

View file

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