summaryrefslogtreecommitdiff
path: root/SCons/Platform/aix.py
diff options
context:
space:
mode:
Diffstat (limited to 'SCons/Platform/aix.py')
-rw-r--r--SCons/Platform/aix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Platform/aix.py b/SCons/Platform/aix.py
index e5f34b45f..3afe50638 100644
--- a/SCons/Platform/aix.py
+++ b/SCons/Platform/aix.py
@@ -67,7 +67,7 @@ def get_xlc(env, xlc=None, packages=[]):
xlcPath, sep, xlc = filename.rpartition('/')
return (xlcPath, xlc, xlcVersion)
-def generate(env):
+def generate(env) -> None:
posix.generate(env)
#Based on AIX 5.2: ARG_MAX=24576 - 3000 for environment expansion
env['MAXLINELENGTH'] = 21576