mirror of
https://github.com/chocolate-doom/buildscripts.git
synced 2024-11-10 06:31:39 +00:00
Update usage text for script.
-libsamplerate has been replaced with -extra-libs.
This commit is contained in:
parent
a686d26171
commit
c8eec16544
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue