mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
prepare.py: enable tunnel if submodules/tunnel folder is present
This commit is contained in:
parent
d11eac698c
commit
cef30705d3
1 changed files with 4 additions and 0 deletions
|
|
@ -475,6 +475,10 @@ def main(argv=None):
|
|||
if args.debug_verbose:
|
||||
additional_args += ["-DENABLE_DEBUG_LOGS=YES"]
|
||||
|
||||
if os.path.isdir("submodules/tunnel"):
|
||||
print("Enabling tunnel")
|
||||
additional_args += ["-DENABLE_TUNNEL=YES"]
|
||||
|
||||
if check_tools() != 0:
|
||||
return 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue