wscript: no need to pass PACKAGING into env
This commit is contained in:
parent
31b63e9939
commit
d7cd74fe2f
1 changed files with 0 additions and 1 deletions
1
wscript
1
wscript
|
@ -419,7 +419,6 @@ def configure(conf):
|
||||||
conf.check_large_file(compiler = 'c', execute = False)
|
conf.check_large_file(compiler = 'c', execute = False)
|
||||||
|
|
||||||
# indicate if we are packaging for Linux/BSD
|
# indicate if we are packaging for Linux/BSD
|
||||||
conf.env.PACKAGING = conf.options.PACKAGING
|
|
||||||
if conf.options.PACKAGING:
|
if conf.options.PACKAGING:
|
||||||
conf.env.PREFIX = conf.options.prefix
|
conf.env.PREFIX = conf.options.prefix
|
||||||
if conf.env.SAILFISH == "aurora":
|
if conf.env.SAILFISH == "aurora":
|
||||||
|
|
Loading…
Add table
Reference in a new issue