Skip to content

Commit 882d165

Browse files
deps: Fix building of libnice and libdatachannel
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
1 parent 38e1116 commit 882d165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ should_build() {
6565
## Build configuration
6666

6767
# Use shallow git clones to speed up downloads
68-
GIT_OPTS+=" --depth=1 --config advice.detachedHead=false"
68+
GIT_OPTS+=" --depth=1 --recurse-submodules --shallow-submodules --config advice.detachedHead=false"
6969

7070
# Install destination
7171
PREFIX=${PREFIX:-/usr/local}

0 commit comments

Comments
 (0)