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 b48b3410f92..dd3adda9786 100644 --- a/demoscript/Util.py +++ b/demoscript/Util.py @@ -235,7 +235,7 @@ def configurePaths(): # Add compiler sub-directory if isWin32(): subdir = None - if getCppCompiler() == "VC110": + if getCppCompiler() == "VC110" and getMapping() != "py": subdir = "vc110" if subdir: |