Properly enable crypto support in yara formula

Closes #37877.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
Scott Knight 2019-03-13 11:32:46 -04:00 committed by FX Coudert
parent fc80d7b543
commit 5f2f081c4e

View file

@ -29,7 +29,7 @@ class Yara < Formula
"--enable-magic",
"--enable-macho",
"--enable-dex",
"--with-crpyto"
"--with-crypto"
system "make", "install"
end