Skip to content

Commit e0c7558

Browse files
committed
deps: Fix building of libnice and libdatachannel
Signed-off-by: Steffen Vogel <[email protected]>
1 parent 38e1116 commit e0c7558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)