Merge pull request #11263 from Bo98/upgrade-source

upgrade: fix broken dependents never being built from source
This commit is contained in:
Bo Anderson 2021-04-27 18:32:50 +01:00 committed by GitHub
commit 94ce3236a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,7 +302,7 @@ module Homebrew
formula,
flags: flags,
force_bottle: force_bottle,
build_from_source_formulae: build_from_source_formulae + [formula],
build_from_source_formulae: build_from_source_formulae + [formula.full_name],
interactive: interactive,
keep_tmp: keep_tmp,
force: force,