mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-18 20:08:11 +00:00
Fixes indentation error in prepare.py
This commit is contained in:
parent
e06efa20aa
commit
e4fd836942
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ def main(argv=None):
|
|||
|
||||
if args.package:
|
||||
additional_args += ["-DENABLE_PACKAGING=YES"]
|
||||
additional_args += ["-DCMAKE_SKIP_INSTALL_RPATH=YES"]
|
||||
additional_args += ["-DCMAKE_SKIP_INSTALL_RPATH=YES"]
|
||||
if platform.system() != 'Windows':
|
||||
additional_args += ["-DENABLE_RELATIVE_PREFIX=YES"] # Already forced in all cases on Windows platform
|
||||
if check_tools() != 0:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue