mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
Prevent giving useless ENABLE_RELATIVE_PREFIX option to CMake on Windows.
This commit is contained in:
parent
6ec0428eb2
commit
9324fc31aa
1 changed files with 3 additions and 2 deletions
|
|
@ -198,8 +198,9 @@ def main(argv=None):
|
|||
"-DENABLE_SILK=YES"]
|
||||
|
||||
if args.package:
|
||||
additional_args += ["-DENABLE_PACKAGING=YES",
|
||||
"-DENABLE_RELATIVE_PREFIX=YES"]
|
||||
additional_args += ["-DENABLE_PACKAGING=YES"]
|
||||
if platform.system() != 'Windows':
|
||||
additional_args += ["-DENABLE_RELATIVE_PREFIX=YES"] # Already forced in all cases on Windows platform
|
||||
if check_tools() != 0:
|
||||
return 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue