forked from rosa/hakurei
internal/rosa: remove gawk
This change fully eliminates gawk. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -56,7 +56,7 @@ func (attr *MakeHelper) extra(flag int) P {
|
||||
extra := P{_make}
|
||||
if (attr == nil || !attr.OmitDefaults) && flag&TEarly == 0 {
|
||||
extra = append(extra,
|
||||
_gawk,
|
||||
_awk,
|
||||
_coreutils,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user