xxhash: use "make install" target

Closes #23440.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
master
No0n3Left 2018-01-29 11:27:20 -06:00 committed by FX Coudert
parent 8a7b193ae6
commit 5296fb6c35
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ class Xxhash < Formula
homepage "https://github.com/Cyan4973/xxHash"
url "https://github.com/Cyan4973/xxHash/archive/v0.6.4.tar.gz"
sha256 "4570ccd111df6b6386502791397906bf69b7371eb209af7d41debc2f074cdb22"
revision 1
bottle do
cellar :any_skip_relocation
@ -13,7 +14,7 @@ class Xxhash < Formula
def install
system "make"
bin.install "xxhsum"
system "make", "install", "PREFIX=#{prefix}"
end
test do