summaryrefslogtreecommitdiff
path: root/SCons/Tool/PharLapCommon.py
diff options
context:
space:
mode:
Diffstat (limited to 'SCons/Tool/PharLapCommon.py')
-rw-r--r--SCons/Tool/PharLapCommon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Tool/PharLapCommon.py b/SCons/Tool/PharLapCommon.py
index 9ffafa9e5..e1907ab07 100644
--- a/SCons/Tool/PharLapCommon.py
+++ b/SCons/Tool/PharLapCommon.py
@@ -86,7 +86,7 @@ def getPharLapVersion():
# Default return for Phar Lap 9.1
return 910
-def addPharLapPaths(env):
+def addPharLapPaths(env) -> None:
"""This function adds the path to the Phar Lap binaries, includes,
and libraries, if they are not already there."""
ph_path = getPharLapPath()