summaryrefslogtreecommitdiff
path: root/demoscript/Util.py
diff options
context:
space:
mode:
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r--demoscript/Util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py
index 0a9f1c7fb58..e096ebb58b9 100644
--- a/demoscript/Util.py
+++ b/demoscript/Util.py
@@ -122,7 +122,7 @@ def configurePaths():
# 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.4":
+ if libDir and iceHome != "/opt/Ice-3.5":
addLdPath(libDir)
if not iceHome: