mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 05:23:06 +00:00
Skip install rpath when creating a package.
This commit is contained in:
parent
aaaf8f5718
commit
6a0661498b
1 changed files with 1 additions and 0 deletions
|
|
@ -205,6 +205,7 @@ def main(argv=None):
|
|||
|
||||
if args.package:
|
||||
additional_args += ["-DENABLE_PACKAGING=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