Style
This commit is contained in:
parent
2ce58f9fcb
commit
0b554a4138
@ -6,10 +6,9 @@ module SharedEnvExtension
|
||||
|
||||
def setup_build_environment(formula: nil, cc: nil, build_bottle: false, bottle_arch: nil, testing_formula: false,
|
||||
debug_symbols: false)
|
||||
generic_shared_setup_build_environment(
|
||||
formula: formula, cc: cc, build_bottle: build_bottle, bottle_arch: bottle_arch,
|
||||
testing_formula: testing_formula, debug_symbols: debug_symbols
|
||||
)
|
||||
generic_shared_setup_build_environment(formula: formula, cc: cc, build_bottle: build_bottle,
|
||||
bottle_arch: bottle_arch, testing_formula: testing_formula,
|
||||
debug_symbols: debug_symbols)
|
||||
|
||||
# Normalise the system Perl version used, where multiple may be available
|
||||
self["VERSIONER_PERL_VERSION"] = MacOS.preferred_perl_version
|
||||
|
||||
@ -101,10 +101,8 @@ module Superenv
|
||||
MacOS::CLT::PKG_PATH
|
||||
end
|
||||
|
||||
generic_setup_build_environment(
|
||||
formula: formula, cc: cc, build_bottle: build_bottle, bottle_arch: bottle_arch,
|
||||
testing_formula: testing_formula, debug_symbols: debug_symbols
|
||||
)
|
||||
generic_setup_build_environment(formula: formula, cc: cc, build_bottle: build_bottle, bottle_arch: bottle_arch,
|
||||
testing_formula: testing_formula, debug_symbols: debug_symbols)
|
||||
|
||||
# Filter out symbols known not to be defined since GNU Autotools can't
|
||||
# reliably figure this out with Xcode 8 and above.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user