aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/shark.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/shark.rb')
-rw-r--r--Library/Formula/shark.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/shark.rb b/Library/Formula/shark.rb
index 3670775e8..88c3ad11f 100644
--- a/Library/Formula/shark.rb
+++ b/Library/Formula/shark.rb
@@ -8,7 +8,7 @@ class Shark < Formula
depends_on 'cmake' => :build
def install
- system "cmake #{std_cmake_parameters} ."
+ system "cmake", ".", *std_cmake_args
system "make install"
end
end