diff --git a/Formula/x264.rb b/Formula/x264.rb index c6ace4474d..b919149425 100644 --- a/Formula/x264.rb +++ b/Formula/x264.rb @@ -11,6 +11,8 @@ class X264 < Formula depends_on 'yasm' def install + # Having this set can fail the endian test! + ENV['GREP_OPTIONS'] = '' system "./version.sh" system "./configure", "--prefix=#{prefix}", "--enable-shared"