Skip to content

Commit

Permalink
Trying to solve issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Nov 7, 2024
1 parent cdc8d64 commit 63b3dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/metacall.scm
Original file line number Diff line number Diff line change
Expand Up @@ -456,9 +456,9 @@ for any host, on any OS. TypeScript compiles to readable, standards-based JavaSc

; NodeJS Loader dependency (TODO: Fix the tests errors for 386 architecture)
,@(if (target-x86?)
'(("node" ,node-lts-386)
`(("node" ,node-lts-386)
("libnode" ,libnode-386))
'(("node" ,node-lts)
`(("node" ,node-lts)
("libnode" ,libnode)))

("libuv" ,libuv) ; NodeJS Loader dependency
Expand Down

0 comments on commit 63b3dd6

Please sign in to comment.