diff options
author | Jose <jose@zeroc.com> | 2014-11-27 17:35:46 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-11-27 17:35:46 +0100 |
commit | ade29684b31abb9f9373cd95e67368448799f77c (patch) | |
tree | ab697c35f4535bd4c91117ed1650bfce27265acd /demoscript | |
parent | Fixed ICE-6024: JS run.py not working on Windows (diff) | |
download | ice-ade29684b31abb9f9373cd95e67368448799f77c.tar.bz2 ice-ade29684b31abb9f9373cd95e67368448799f77c.tar.xz ice-ade29684b31abb9f9373cd95e67368448799f77c.zip |
Fixed (ICE-6025) - allDemos.py does not work on Windows
Diffstat (limited to 'demoscript')
-rw-r--r-- | demoscript/Util.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py index 8a2a63b57f9..68202a870fa 100644 --- a/demoscript/Util.py +++ b/demoscript/Util.py @@ -296,11 +296,6 @@ def configurePaths(): if binDir != os.path.join(getIceDir("cpp"), "bin"): addenv("PATH", binDir) - # - # For OS X we don't need to set any library path for C++ - # - if isWin32() and libDir: - addLdPath(libDir) if not iceHome: addenv("PATH", os.path.join(getIceDir("cs"), "bin")) |