Skip to content

Commit

Permalink
fixup! Set 'LIBRARY_PATH'
Browse files Browse the repository at this point in the history
  • Loading branch information
rvem committed Sep 13, 2023
1 parent 5682008 commit 263ecb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/tezos-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ def make_deps
ENV["BLST_PORTABLE"]="yes"
system "rustup-init", "--default-toolchain", "1.60.0", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
ENV["LIBRARY_PATH"]="#{HOMEBREW_PREFIX}/opt/libev/lib"
ENV["C_INCLUDE_PATH"]="#{HOMEBREW_PREFIX}/opt/libev/include"
system ["source .cargo/env", "make build-deps"].join(" && ")
end

Expand Down

0 comments on commit 263ecb1

Please sign in to comment.