wscript: exclude executing large file test for PSVita

This commit is contained in:
Alibek Omarov 2024-05-03 15:44:35 +03:00
parent b99c2c2df1
commit 31b63e9939

View file

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