mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-22 09:56:22 +01:00
wscript: no need to pass PACKAGING into env
This commit is contained in:
parent
31b63e9939
commit
d7cd74fe2f
1
wscript
1
wscript
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user