mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Squash: Fix build fail for arm/aarch64
This commit is contained in:
parent
75530efbc4
commit
9f5d011687
9 changed files with 1633 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
AFILE=`dirname $0`/../../AUTHORS.txt
|
||||
AFILE=`dirname $0`/../AUTHORS.txt
|
||||
if [[ ! -f $AFILE ]]; then echo "No file at $AFILE"; exit -1; fi
|
||||
|
||||
authors=`git log --format='%ae'|grep -v localhost|grep -v demo|grep -v none|sort|uniq`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue