1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Refine options with default value

This commit is contained in:
winlin 2021-01-18 17:28:51 +08:00
parent 09011eea3a
commit 1371a47962
4 changed files with 58 additions and 66 deletions

View file

@ -208,7 +208,7 @@ function OSX_prepare()
# cross build for arm, install the cross build tool chain.
if [ $SRS_CROSS_BUILD = YES ]; then
echo "embeded(arm/mips) is invalid for OSX"
echo "The embeded(arm/mips) is invalid for OSX"
return 1
fi