1 parent 13554aa commit 90d5ab8Copy full SHA for 90d5ab8
1 file changed
scripts/repo/cli-build/sea/build.mts
@@ -146,7 +146,7 @@ async function buildSeaTarget(
146
`SEA blob generation failed for ${target}. Inspect node-smol output.`,
147
)
148
}
149
- if (target.startsWith('linux-')) {
+ if (!target.startsWith('darwin-')) {
150
const { inject } = await import('postject')
151
await copyFile(base, output)
152
await inject(output, 'NODE_SEA_BLOB', await readFile(blob), {
0 commit comments