aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/uchardet.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/uchardet.rb')
-rw-r--r--Library/Formula/uchardet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/uchardet.rb b/Library/Formula/uchardet.rb
index 409ff0951..b9e5493a0 100644
--- a/Library/Formula/uchardet.rb
+++ b/Library/Formula/uchardet.rb
@@ -8,7 +8,7 @@ class Uchardet < Formula
depends_on 'cmake' => :build
def install
- args = std_cmake_parameters.split
+ args = std_cmake_args
args << "-DCMAKE_INSTALL_NAME_DIR=#{lib}"
system "cmake", '.', *args
system "make install"