summaryrefslogtreecommitdiff
path: root/SCons/Platform/os2.py
diff options
context:
space:
mode:
Diffstat (limited to 'SCons/Platform/os2.py')
-rw-r--r--SCons/Platform/os2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Platform/os2.py b/SCons/Platform/os2.py
index 6b412eed2..7394aa899 100644
--- a/SCons/Platform/os2.py
+++ b/SCons/Platform/os2.py
@@ -30,7 +30,7 @@ selection method.
from . import win32
-def generate(env):
+def generate(env) -> None:
if 'ENV' not in env:
env['ENV'] = {}
env['OBJPREFIX'] = ''