3rdparty: libbacktrace: wscript: add irix to the unsupported platforms list. This could probably be made to work at some point but we'll disable it just to keep things simple.

This commit is contained in:
Xav101
2025-11-23 20:57:57 -05:00
committed by a1batross
parent c91b707b66
commit 1a79a9488d

View File

@@ -62,7 +62,7 @@ def options(opt):
def configure(conf):
# add unsupported platforms here
if conf.env.DEST_OS in ['nswitch', 'psvita', 'dos']:
if conf.env.DEST_OS in ['nswitch', 'psvita', 'dos', 'irix']:
conf.env.DISABLE_LIBBACKTRACE = True
return