Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Fixed libdnet failing to build when --with-python is supplied to brew…
Browse files Browse the repository at this point in the history
… install

Closes #14352.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
irahimi authored and adamv committed Aug 21, 2012
1 parent e6b0de7 commit a4e3cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/libdnet.rb
Expand Up @@ -20,7 +20,7 @@ def install
--prefix=#{prefix}
--mandir=#{man}
]
args << "with-python" if build.include? "with-python"
args << "--with-python" if build.include? "with-python"
system "./configure", *args
system "make install"
end
Expand Down

0 comments on commit a4e3cc3

Please sign in to comment.