wscript: no need to pass PACKAGING into env

This commit is contained in:
Alibek Omarov 2024-05-03 15:45:20 +03:00
parent 31b63e9939
commit d7cd74fe2f
1 changed files with 0 additions and 1 deletions

View File

@ -419,7 +419,6 @@ def configure(conf):
conf.check_large_file(compiler = 'c', execute = False)
# indicate if we are packaging for Linux/BSD
conf.env.PACKAGING = conf.options.PACKAGING
if conf.options.PACKAGING:
conf.env.PREFIX = conf.options.prefix
if conf.env.SAILFISH == "aurora":