Unset RUBYLIB for Rubinius

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Joshua Peek 2010-12-26 12:46:16 -06:00 committed by Adam Vandenberg
parent 7f213611f1
commit 331c8f5f42

View file

@ -14,6 +14,9 @@ class Rubinius < Formula
# Let Rubinius define its own flags; messing with these causes build breaks.
%w{CC CXX LD CFLAGS CXXFLAGS CPPFLAGS LDFLAGS}.each { |e| ENV.delete(e) }
# Unset RUBYLIB to configure Rubinius
ENV.delete("RUBYLIB")
# Set to stop Rubinius messing with our prefix.
ENV["RELEASE"] = "1"