summaryrefslogtreecommitdiff
path: root/demoscript/Util.py
diff options
context:
space:
mode:
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r--demoscript/Util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py
index 4cc586e9823..d8b9c6af2c4 100644
--- a/demoscript/Util.py
+++ b/demoscript/Util.py
@@ -295,6 +295,7 @@ def configurePaths():
else:
#
# Add third party home to PATH, to use db_xx tools
+ #
if isWin32():
addenv("PATH", os.path.join(getThirdpartyHome(), "bin\\x64" if x64 else "bin"))
if getCppCompiler() == "VC110":