mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add --x86-64 alias for --x86-x64.
This commit is contained in:
parent
edead21a25
commit
8a6edac4e8
2 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,7 @@ do
|
|||
--help) help=yes ;;
|
||||
|
||||
--x86-x64) X86_X64=YES ;;
|
||||
--x86-64) X86_X64=YES ;;
|
||||
--mips) MIPS=YES ;;
|
||||
--arm) ARM=YES ;;
|
||||
--pi) PI=YES ;;
|
||||
|
@ -54,6 +55,7 @@ if [ $help = yes ]; then
|
|||
--arm for arm cross-build platform, configure/make/package.
|
||||
--mips for mips cross-build platform, configure/make/package.
|
||||
--pi for pi platform, configure/make/package.
|
||||
--x86-64 alias for --x86-x64.
|
||||
END
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue