bedops: remove checks for old compilers.

This commit is contained in:
Mike McQuaid 2019-01-24 13:10:26 +00:00
parent 8de97bccae
commit 40890155b0

View file

@ -12,8 +12,6 @@ class Bedops < Formula
sha256 "a860bbe9e2aa2d5289aa0d960bb01212841f71732eb1e913c8364de46f62708c" => :el_capitan
end
needs :cxx11
def install
system "make"
system "make", "install", "BINDIR=#{bin}"