mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
prepare.py: fix tunnel option
This commit is contained in:
parent
61929cb27a
commit
84e51648a7
1 changed files with 1 additions and 1 deletions
|
|
@ -495,9 +495,9 @@ def main(argv=None):
|
|||
print("Tunnel enabled but not found, trying to clone it...")
|
||||
if check_is_installed("git", "it", True):
|
||||
Popen("git clone gitosis@git.linphone.org:tunnel.git submodules/tunnel".split(" ")).wait()
|
||||
additional_args += ["-DENABLE_TUNNEL=YES"]
|
||||
else:
|
||||
return 1
|
||||
additional_args += ["-DENABLE_TUNNEL=YES"]
|
||||
|
||||
selected_platforms = []
|
||||
for platform in args.platform:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue