diff options
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: |