tomcat-native: remove references to pre-Mavericks.

This commit is contained in:
Mike McQuaid 2019-01-24 18:35:31 +00:00
parent 28b98f8113
commit 923adf604e
No known key found for this signature in database
GPG key ID: 48A898132FD8EE70

View file

@ -30,7 +30,7 @@ class TomcatNative < Formula
args = ["LIBTOOL=glibtool --tag=CC"]
# fixes a broken link in mountain lion's apr-1-config (it should be /XcodeDefault.xctoolchain/):
# usr/local/opt/libtool/bin/glibtool: line 1125: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/bin/cc: No such file or directory
args << "CC=#{ENV.cc}" if MacOS.version >= :mountain_lion
args << "CC=#{ENV.cc}"
system "make", *args
system "make", "install"
end