Skip to content

Commit

Permalink
libusbx - Removed with-examples option.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Dobell committed Mar 12, 2013
1 parent fa3137a commit c0ce658
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Library/Formula/libusbx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def install
"--prefix=#{prefix}"]
args << "--disable-log" if build.include?('no-runtime-logging')
args << "--enable-debug-log" if build.include?('with-default-log-level-debug')
args << "--enable-examples-build" if build.include?('with-examples')
system "./configure", *args
system "make install"
end
Expand Down

0 comments on commit c0ce658

Please sign in to comment.