libpointing: remove checks for old compilers.

This commit is contained in:
Mike McQuaid 2019-01-24 13:10:49 +00:00
parent 53466fcc8d
commit f58ba3a9a5

View file

@ -13,8 +13,6 @@ class Libpointing < Formula
sha256 "7120c106e54576154687dd63cdedb72633644e27213c7dbc1aa515a1227a8f3c" => :yosemite sha256 "7120c106e54576154687dd63cdedb72633644e27213c7dbc1aa515a1227a8f3c" => :yosemite
end end
needs :cxx11
def install def install
ENV.cxx11 ENV.cxx11
system "make" system "make"