Skip to content

Commit

Permalink
Use dynamic linking for llvm
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Young <[email protected]>
  • Loading branch information
seanyoung committed Apr 17, 2024
1 parent 6be45a8 commit 874d94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ log = "0.4"
peg = "0.8"
itertools = "0.12"
num-rational = "0.4"
inkwell = { version = "0.4", features = [ "target-bpf", "no-libffi-linking", "llvm17-0" ], optional = true }
inkwell = { version = "0.4", features = [ "target-bpf", "llvm17-0-force-dynamic" ], optional = true }
once_cell = { version = "1.19", optional = true }

[features]
Expand Down

0 comments on commit 874d94c

Please sign in to comment.