Skip to content

Commit

Permalink
get build working
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq committed Jun 26, 2024
1 parent 506977f commit f817cc1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[build]
# Compiler can't find zstd for some reason
rustflags = ["-C", "link-args=-L/opt/homebrew/opt/zstd/lib"]

[env]
# llvm-sys needs to be told where LLVM 17 is saved
LLVM_SYS_170_PREFIX = "/opt/homebrew/opt/llvm@17"

0 comments on commit f817cc1

Please sign in to comment.