mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine package for raspberry.
This commit is contained in:
parent
3a61620844
commit
be8aa92ab0
4 changed files with 57 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "在Ubuntu12下面交叉编译arm用的脚本"
|
||||
|
||||
echo "argv[0]=$0"
|
||||
if [[ ! -f $0 ]]; then
|
||||
echo "directly execute the scripts on shell.";
|
||||
|
@ -9,4 +11,4 @@ else
|
|||
work_dir=`dirname $0`; work_dir=`(cd ${work_dir} && pwd)`
|
||||
fi
|
||||
|
||||
bash ${work_dir}/package.sh arm
|
||||
bash ${work_dir}/package.sh --arm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue