diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-11-23 10:45:20 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-11-23 10:45:20 -0330 |
commit | 2bf2cc5f1a10b3f557a47c7f184b35defc5f6ae7 (patch) | |
tree | 51a9b88d948f1cdec8e004ae30ed7592708e63ce /demoscript/Util.py | |
parent | Mono OS X fix (diff) | |
download | ice-2bf2cc5f1a10b3f557a47c7f184b35defc5f6ae7.tar.bz2 ice-2bf2cc5f1a10b3f557a47c7f184b35defc5f6ae7.tar.xz ice-2bf2cc5f1a10b3f557a47c7f184b35defc5f6ae7.zip |
Only have single windows installer rather than one per compiler
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r-- | demoscript/Util.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py index 5e6b5d84d1c..93dc9008845 100644 --- a/demoscript/Util.py +++ b/demoscript/Util.py @@ -111,8 +111,8 @@ def configurePaths(): binDir = binDir + "64" # Only add the lib directory to the shared library path if we're - # not using the embedded location. - if libDir and iceHome != "/opt/Ice-3.3": + # not using the embedded location. + if libDir and iceHome != "/opt/Ice-3.4b": addLdPath(libDir) if not iceHome: |