Update build.sh
This commit is contained in:
parent
39db2912df
commit
a0eeef3ef8
2
build.sh
2
build.sh
@ -115,7 +115,7 @@ function build_vorbis {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function build_snappy {
|
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
|
cd $SRC/snappy
|
||||||
rm -rf work
|
rm -rf work
|
||||||
mkdir work
|
mkdir work
|
||||||
|
Loading…
x
Reference in New Issue
Block a user