diff options
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r-- | demoscript/Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py index 67091d45dab..180ce1eab7a 100644 --- a/demoscript/Util.py +++ b/demoscript/Util.py @@ -114,7 +114,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.4b": + if libDir and iceHome != "/opt/Ice-3.4": addLdPath(libDir) if not iceHome: |