Unset RUBYLIB for Rubinius
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
7f213611f1
commit
331c8f5f42
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue