mirror of https://github.com/ossrs/srs.git
Merge branch 'develop' into merge/develop
commit
428a6e4ceb
@ -1,12 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ $OS_IS_LOONGARCH == YES ]]; then
|
||||
echo "Apply config patches for loongarch"
|
||||
|
||||
rm -f config.guess config.sub &&
|
||||
cp ../../../3rdparty/patches/loongson/config.* .
|
||||
ret=$?; if [[ $ret -ne 0 ]]; then echo "apply failed, $ret"; exit $ret; fi
|
||||
|
||||
echo "Apply config patches for OS_IS_LOONGARCH:${OS_IS_LOONGARCH} OK"
|
||||
fi
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue