1
0
Fork 0
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:
winlin 2021-06-30 10:28:23 +08:00
parent 75530efbc4
commit 9f5d011687
9 changed files with 1633 additions and 8 deletions

View file

@ -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`