mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fix tunnel check (back port)
This commit is contained in:
parent
0c181d598f
commit
9ecba5edbf
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ enable_ffmpeg=yes
|
|||
enable_opus=yes
|
||||
enable_debug=no
|
||||
|
||||
TUNNEL_AVAILABLE=$(shell git submodule status ../tunnel 2>/dev/null 1>/dev/null)
|
||||
TUNNEL_AVAILABLE=$(shell git submodule status ../tunnel 2>/dev/null 1>/dev/null && echo yes)
|
||||
|
||||
ifneq ($(TUNNEL_AVAILABLE),)
|
||||
enable_tunnel=yes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue