We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0faa37f commit 47148a1Copy full SHA for 47148a1
deps/build-deps-linux.sh
@@ -26,7 +26,7 @@ rm -rf aom
26
rm -rf libavif
27
28
if [ ! -d "$SRCDIR" ]; then
29
- git clone https://github.com/discord/lilliput-dep-source "$SRCDIR"
+ git clone --depth 1 --branch 1.0.0 https://github.com/discord/lilliput-dep-source "$SRCDIR"
30
fi
31
32
echo '\n--------------------'
deps/build-deps-osx.sh
@@ -52,7 +52,7 @@ rm -rf aom
52
53
54
55
56
57
58
0 commit comments