upgrade: fix broken dependents never being built from source

This commit is contained in:
Bo Anderson 2021-04-27 17:16:15 +01:00
parent b9125d8fc2
commit 0deddcfd9f
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

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,