chore: Update fff to 0.9.4 (#31583)
This commit is contained in:
parent
4ae468ff06
commit
e9e2612706
5 changed files with 19 additions and 14 deletions
|
|
@ -92,6 +92,8 @@ for (const item of targets) {
|
|||
OPENCODE_MODELS_DEV: modelsData,
|
||||
OPENCODE_CHANNEL: `'${Script.channel}'`,
|
||||
OPENCODE_LIBC: item.os === "linux" ? `'${item.abi ?? "glibc"}'` : "undefined",
|
||||
// FFF_LIBC selects the fff native lib variant: "musl" or "gnu".
|
||||
FFF_LIBC: item.os === "linux" ? `'${item.abi ?? "gnu"}'` : "undefined",
|
||||
OTUI_TREE_SITTER_WORKER_PATH:
|
||||
(item.os === "win32" ? '"B:/~BUN/root/' : '"/$bunfs/root/') +
|
||||
path.relative(dir, parserWorker).replaceAll("\\", "/") +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue