ponyc: remove checks for old compilers.

This commit is contained in:
Mike McQuaid 2019-01-24 13:11:07 +00:00
parent e7c22c2d25
commit 412c4e8db4

View file

@ -26,8 +26,6 @@ class Ponyc < Formula
depends_on :macos => :yosemite
depends_on "pcre2"
needs :cxx11
def install
ENV.cxx11
ENV["LLVM_CONFIG"] = "#{Formula["llvm@3.9"].opt_bin}/llvm-config"