superenv: do not set SDKROOT

This commit is contained in:
Misty De Meo 2018-07-23 16:37:01 -07:00
parent ea84ffc62e
commit 32678276c7
No known key found for this signature in database
GPG Key ID: 76CF846A2F674B2C

View File

@ -113,7 +113,6 @@ module Superenv
def setup_build_environment(formula = nil)
generic_setup_build_environment(formula)
self["HOMEBREW_SDKROOT"] = effective_sysroot
self["SDKROOT"] = MacOS.sdk_path if MacOS.sdk_path
# Filter out symbols known not to be defined since GNU Autotools can't
# reliably figure this out with Xcode 8 and above.