diff options
Diffstat (limited to 'SCons/Tool/aixcc.py')
-rw-r--r-- | SCons/Tool/aixcc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Tool/aixcc.py b/SCons/Tool/aixcc.py index 09365b1df..ccde0a8fc 100644 --- a/SCons/Tool/aixcc.py +++ b/SCons/Tool/aixcc.py @@ -44,7 +44,7 @@ def get_xlc(env): xlc = env.get('CC', 'xlc') return SCons.Platform.aix.get_xlc(env, xlc, packages) -def generate(env): +def generate(env) -> None: """Add Builders and construction variables for xlc / Visual Age suite to an Environment.""" path, _cc, version = get_xlc(env) |