summaryrefslogtreecommitdiff
path: root/SCons/Platform/hpux.py
diff options
context:
space:
mode:
Diffstat (limited to 'SCons/Platform/hpux.py')
-rw-r--r--SCons/Platform/hpux.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Platform/hpux.py b/SCons/Platform/hpux.py
index 642f1feff..9d796db39 100644
--- a/SCons/Platform/hpux.py
+++ b/SCons/Platform/hpux.py
@@ -30,7 +30,7 @@ selection method.
from . import posix
-def generate(env):
+def generate(env) -> None:
posix.generate(env)
#Based on HP-UX11i: ARG_MAX=2048000 - 3000 for environment expansion
env['MAXLINELENGTH'] = 2045000