diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-29 20:41:38 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-29 20:44:43 +0900 |
| commit | 9d9b7294a4a9e93301bfbbf327e9beb99cfa685b (patch) | |
| tree | 237ddd47d946f2b95919a611b50600d6d8b22c2d /internal/rosa/libxml2.go | |
| parent | 6c1e2f10a763ac46fc582c0082a577de84f54d62 (diff) | |
internal/rosa: flags for toolchain-dependent artifact
This is much cleaner to add extra flags to.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/libxml2.go')
| -rw-r--r-- | internal/rosa/libxml2.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/libxml2.go b/internal/rosa/libxml2.go index 7ba70981..dd6bd9c0 100644 --- a/internal/rosa/libxml2.go +++ b/internal/rosa/libxml2.go @@ -11,7 +11,7 @@ func (t Toolchain) newLibxml2() pkg.Artifact { version = "2.15.1" checksum = "pYzAR3cNrEHezhEMirgiq7jbboLzwMj5GD7SQp0jhSIMdgoU4G9oU9Gxun3zzUIU" ) - return t.New("libxml2-"+version, false, []pkg.Artifact{ + return t.New("libxml2-"+version, 0, []pkg.Artifact{ t.Load(Make), t.Load(XZ), }, nil, nil, ` |
