wscript: exclude executing large file test for PSVita
This commit is contained in:
parent
b99c2c2df1
commit
31b63e9939
1 changed files with 2 additions and 1 deletions
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…
Add table
Reference in a new issue