Skip to content

Commit

Permalink
The juvix runtime build now depends on lld
Browse files Browse the repository at this point in the history
wasm-ld is not installed as part of the llvm package since version 19.

see: anoma/juvix#3082
  • Loading branch information
paulcadman committed Nov 7, 2024
1 parent 9451f85 commit d149e6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/juvix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class Juvix < Formula
depends_on "llvm" => :build
depends_on "stack" => :build
depends_on "rust" => :build
depends_on "lld" => :build

# bottle do
# root_url "https://github.com/anoma/juvix/releases/download/v0.6.7"
Expand Down

0 comments on commit d149e6c

Please sign in to comment.