aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rust.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/rust.rb b/Library/Formula/rust.rb
index 3be69bf0c..71c1f62f6 100644
--- a/Library/Formula/rust.rb
+++ b/Library/Formula/rust.rb
@@ -20,6 +20,7 @@ class Rust < Formula
def install
args = ["--prefix=#{prefix}"]
+ args << "--disable-rpath" if build.head?
args << "--enable-clang" if ENV.compiler == :clang
system "./configure", *args
system "make"