summaryrefslogtreecommitdiff
path: root/demoscript
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-11-27 17:35:46 +0100
committerJose <jose@zeroc.com>2014-11-27 17:35:46 +0100
commitade29684b31abb9f9373cd95e67368448799f77c (patch)
treeab697c35f4535bd4c91117ed1650bfce27265acd /demoscript
parentFixed ICE-6024: JS run.py not working on Windows (diff)
downloadice-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.py5
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"))