From 65d01cf9994708f173f50841d28e3a5c74a38ba2 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 4 Mar 2015 22:21:43 +0100 Subject: Support to build Ruby MINGW from git --- demoscript/Util.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'demoscript/Util.py') 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": -- cgit v1.2.3