parent
cd51c9a511
commit
cd40af2c58
@ -185,7 +185,7 @@ module HomebrewArgvExtension
|
|||||||
def collect_build_flags
|
def collect_build_flags
|
||||||
build_flags = []
|
build_flags = []
|
||||||
|
|
||||||
build_flags << "--HEAD" if build_head?
|
build_flags << "--HEAD" if include?("--HEAD")
|
||||||
build_flags << "--universal" if build_universal?
|
build_flags << "--universal" if build_universal?
|
||||||
build_flags << "--build-bottle" if build_bottle?
|
build_flags << "--build-bottle" if build_bottle?
|
||||||
build_flags << "--build-from-source" if build_from_source?
|
build_flags << "--build-from-source" if build_from_source?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user