diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/yajl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/yajl.rb b/Library/Formula/yajl.rb index 189a1143a..288e2fd39 100644 --- a/Library/Formula/yajl.rb +++ b/Library/Formula/yajl.rb @@ -13,7 +13,7 @@ class Yajl <Formula ENV.deparallelize # I have pushed this fix upstream - inreplace 'configure', 'cmake ..', "cmake -DCMAKE_INSTALL_PREFIX='#{prefix}' .." if @version == "1.0.5" + inreplace 'configure', 'cmake ..', "cmake #{std_cmake_parameters} .." if @version == "1.0.5" system "./configure --prefix '#{prefix}'" system "make install" |
