mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Fix relative prefix enabling when using the --package option of prepare.py.
This commit is contained in:
parent
dbfc9e0b9f
commit
8edeb72a0f
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ def main(argv=None):
|
|||
"-DENABLE_SILK=YES"]
|
||||
|
||||
if args.package:
|
||||
additional_args += ["-DENABLE_PACKAGING=YES"
|
||||
additional_args += ["-DENABLE_PACKAGING=YES",
|
||||
"-DENABLE_RELATIVE_PREFIX=YES"]
|
||||
if check_tools() != 0:
|
||||
return 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue