Update build.sh

This commit is contained in:
Daniel Stankewitz 2020-12-17 22:54:01 +01:00 committed by GitHub
parent 39db2912df
commit a0eeef3ef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ function build_vorbis {
}
function build_snappy {
git clone https://github.com/google/snappy.git $SRC/snappy
git clone -b 1.1.8 https://github.com/google/snappy.git $SRC/snappy
cd $SRC/snappy
rm -rf work
mkdir work