diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-12-10 16:41:17 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-12-10 16:41:17 +0100 |
commit | 656c12f51878706fc668f3275aa085530c981911 (patch) | |
tree | cfbc38e9559767f0c52f2e123d9c44801c5f9e40 /demoscript/Util.py | |
parent | Fixed part of ICE-5116 - Disabled connection warnings (diff) | |
download | ice-656c12f51878706fc668f3275aa085530c981911.tar.bz2 ice-656c12f51878706fc668f3275aa085530c981911.tar.xz ice-656c12f51878706fc668f3275aa085530c981911.zip |
Fixed ICE-5102 - Add vc110 subdirto PATH for php/ruby demos
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: |