forked from security/hakurei
internal/rosa/make: split build and check
Doing these together breaks far too many buggy makefiles. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -11,11 +11,7 @@ func (t Toolchain) newXCBProto() pkg.Artifact {
|
||||
nil, "https://xcb.freedesktop.org/dist/xcb-proto-"+version+".tar.gz",
|
||||
mustDecode(checksum),
|
||||
pkg.TarGzip,
|
||||
), &MakeAttr{
|
||||
Configure: [][2]string{
|
||||
{"enable-static"},
|
||||
},
|
||||
},
|
||||
), nil,
|
||||
t.Load(Python),
|
||||
)
|
||||
}
|
||||
@@ -30,11 +26,7 @@ func (t Toolchain) newXCB() pkg.Artifact {
|
||||
nil, "https://xcb.freedesktop.org/dist/libxcb-"+version+".tar.gz",
|
||||
mustDecode(checksum),
|
||||
pkg.TarGzip,
|
||||
), &MakeAttr{
|
||||
Configure: [][2]string{
|
||||
{"enable-static"},
|
||||
},
|
||||
},
|
||||
), nil,
|
||||
t.Load(Python),
|
||||
t.Load(PkgConfig),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user