diff options
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r-- | demoscript/Util.py | 5 |
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")) |