mirror of
https://github.com/laosb/SwiftTailwind.git
synced 2025-11-28 22:01:38 +00:00
fix: expand triple for bundle info.json too.
This commit is contained in:
parent
b4f1cf9dbd
commit
caa5c6651b
5 changed files with 135 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ class ArtifactBundleBuilder {
|
|||
version: version,
|
||||
type: "executable",
|
||||
variants: [
|
||||
ArtifactVariant(path: binaryPath, supportedTriples: [triple])
|
||||
ArtifactVariant(path: binaryPath, supportedTriples: expandingTriple(triple))
|
||||
]
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue