mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix the sed command for arm
This commit is contained in:
parent
95d38b7b29
commit
45385241bb
3 changed files with 5 additions and 5 deletions
|
@ -7,10 +7,6 @@ ret=$?; if [[ 0 -eq $ret ]]; then
|
|||
fi
|
||||
echo "Is OSX: ${OS_IS_OSX}"
|
||||
|
||||
# the sed command
|
||||
SED="sed -i"
|
||||
if [ $OS_IS_OSX = YES ]; then SED="sed -i ''"; fi
|
||||
|
||||
# when export srs-librtmp single files
|
||||
# package the whole project to srs_librtmp.h and srs_librtmp.cpp
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue