diff options
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r-- | demoscript/Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py index 36acdfdb222..66f0c3bd8d3 100644 --- a/demoscript/Util.py +++ b/demoscript/Util.py @@ -111,7 +111,7 @@ def configurePaths(): "VC110_EXPRESS" : "vc110" } subdir = compilers.get(os.environ.get("CPP_COMPILER", None), "") - if subdir and getMapping() == "cpp": + if subdir: if x64: addenv("PATH", os.path.join(binDir, subdir, "x64")) else: |