aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libechonest.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/libechonest.rb')
-rw-r--r--Library/Formula/libechonest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libechonest.rb b/Library/Formula/libechonest.rb
index 09e652899..01bd38f1e 100644
--- a/Library/Formula/libechonest.rb
+++ b/Library/Formula/libechonest.rb
@@ -10,7 +10,7 @@ class Libechonest < Formula
depends_on 'qjson'
def install
- system "cmake #{std_cmake_parameters} ."
+ system "cmake", ".", *std_cmake_args
system "make install"
end
end