Skip to content

Commit 9bb99be

Browse files
author
JooHyung Park
committed
[ai-assisted] fix: allow bundled llama Mach-O files in universal merge
1 parent b427bd5 commit 9bb99be

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

forge.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ const config: ForgeConfig = {
3131
'./public',
3232
'./runtime/llama',
3333
],
34+
osxUniversal: {
35+
// Runtime binaries for both archs are bundled intentionally; allow identical Mach-O files.
36+
x64ArchFiles: 'Contents/Resources/llama/bin/**/*',
37+
},
3438
// Code signing configuration (uses .env locally, CI environment variables in automation)
3539
osxSign: (isMAS ? {
3640
// Mac App Store signing

0 commit comments

Comments
 (0)