mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-12-22 17:01:14 +01:00
wscript: exclude executing large file test for PSVita
This commit is contained in:
parent
b99c2c2df1
commit
31b63e9939
3
wscript
3
wscript
@ -415,7 +415,8 @@ def configure(conf):
|
||||
|
||||
# set _FILE_OFFSET_BITS=64 for filesystems with 64-bit inodes
|
||||
# must be set globally as it changes ABI
|
||||
conf.check_large_file(compiler = 'c', execute = False)
|
||||
if conf.env.DEST_OS not in ['psvita']:
|
||||
conf.check_large_file(compiler = 'c', execute = False)
|
||||
|
||||
# indicate if we are packaging for Linux/BSD
|
||||
conf.env.PACKAGING = conf.options.PACKAGING
|
||||
|
Loading…
Reference in New Issue
Block a user