From 84e51648a75eccf2fc00233a54acfc9ee157bcbe Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Fri, 7 Aug 2015 09:35:43 +0200 Subject: [PATCH] prepare.py: fix tunnel option --- prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare.py b/prepare.py index f27c065b1..53a2ad9db 100755 --- a/prepare.py +++ b/prepare.py @@ -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: