Commit 8edeb72a authored by Ghislain MARY's avatar Ghislain MARY

Fix relative prefix enabling when using the --package option of prepare.py.

parent dbfc9e0b
...@@ -199,7 +199,7 @@ def main(argv=None): ...@@ -199,7 +199,7 @@ def main(argv=None):
"-DENABLE_SILK=YES"] "-DENABLE_SILK=YES"]
if args.package: if args.package:
additional_args += ["-DENABLE_PACKAGING=YES" additional_args += ["-DENABLE_PACKAGING=YES",
"-DENABLE_RELATIVE_PREFIX=YES"] "-DENABLE_RELATIVE_PREFIX=YES"]
if check_tools() != 0: if check_tools() != 0:
return 1 return 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment