diff options
author | Jose <jose@zeroc.com> | 2015-03-04 22:21:43 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-03-04 22:21:43 +0100 |
commit | 65d01cf9994708f173f50841d28e3a5c74a38ba2 (patch) | |
tree | aeb80adbc72db5735ba8c1210e63493691bfff28 /demoscript | |
parent | IceUtil/Atomic.h doesn't build with MINGW (diff) | |
download | ice-65d01cf9994708f173f50841d28e3a5c74a38ba2.tar.bz2 ice-65d01cf9994708f173f50841d28e3a5c74a38ba2.tar.xz ice-65d01cf9994708f173f50841d28e3a5c74a38ba2.zip |
Support to build Ruby MINGW from git
Diffstat (limited to 'demoscript')
-rw-r--r-- | demoscript/Util.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py index 8e905813338..6f91e79fbb9 100644 --- a/demoscript/Util.py +++ b/demoscript/Util.py @@ -319,9 +319,7 @@ def configurePaths(): else: addenv("PYTHONPATH", os.path.join(getIceDir("py"), "python")) - if isWin32() and x64: - addenv("RUBYLIB", os.path.join(getIceDir("rb"), "ruby", "x64")) - else: + if not iceHome: addenv("RUBYLIB", os.path.join(getIceDir("rb"), "ruby")) if getMapping() == "js": |