summaryrefslogtreecommitdiff
path: root/SCons/Tool/hpcc.py
diff options
context:
space:
mode:
Diffstat (limited to 'SCons/Tool/hpcc.py')
-rw-r--r--SCons/Tool/hpcc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Tool/hpcc.py b/SCons/Tool/hpcc.py
index 51d2e3802..f893686a8 100644
--- a/SCons/Tool/hpcc.py
+++ b/SCons/Tool/hpcc.py
@@ -36,7 +36,7 @@ import SCons.Util
from . import cc
-def generate(env):
+def generate(env) -> None:
"""Add Builders and construction variables for aCC & cc to an Environment."""
cc.generate(env)