From f58ba3a9a520cdff78b649e103fb7375544b787c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 24 Jan 2019 13:10:49 +0000 Subject: [PATCH] libpointing: remove checks for old compilers. --- Formula/libpointing.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/libpointing.rb b/Formula/libpointing.rb index 111e533d38..69099322ab 100644 --- a/Formula/libpointing.rb +++ b/Formula/libpointing.rb @@ -13,8 +13,6 @@ class Libpointing < Formula sha256 "7120c106e54576154687dd63cdedb72633644e27213c7dbc1aa515a1227a8f3c" => :yosemite end - needs :cxx11 - def install ENV.cxx11 system "make"