diff options
Diffstat (limited to 'SCons/Platform/irix.py')
-rw-r--r-- | SCons/Platform/irix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Platform/irix.py b/SCons/Platform/irix.py index 4d6be540d..19f619b13 100644 --- a/SCons/Platform/irix.py +++ b/SCons/Platform/irix.py @@ -30,7 +30,7 @@ selection method. from . import posix -def generate(env): +def generate(env) -> None: posix.generate(env) env['HOST_OS'] = 'irix' |