From a0eeef3ef88d92ea1a288e2cd1ae707ff173d5bd Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Thu, 17 Dec 2020 22:54:01 +0100 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 348382d..4638e29 100644 --- a/build.sh +++ b/build.sh @@ -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