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

This commit is contained in:
Ghislain MARY 2015-11-10 16:59:14 +01:00
parent dbfc9e0b9f
commit 8edeb72a0f

View file

@ -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