superenv: do not set SDKROOT
This commit is contained in:
parent
ea84ffc62e
commit
32678276c7
@ -113,7 +113,6 @@ module Superenv
|
|||||||
def setup_build_environment(formula = nil)
|
def setup_build_environment(formula = nil)
|
||||||
generic_setup_build_environment(formula)
|
generic_setup_build_environment(formula)
|
||||||
self["HOMEBREW_SDKROOT"] = effective_sysroot
|
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
|
# Filter out symbols known not to be defined since GNU Autotools can't
|
||||||
# reliably figure this out with Xcode 8 and above.
|
# reliably figure this out with Xcode 8 and above.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user