Skip to content

Commit

Permalink
Set 'LIBRARY_PATH'
Browse files Browse the repository at this point in the history
  • Loading branch information
rvem committed Aug 21, 2023
1 parent cb1c052 commit 1a0aed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/tezos-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def make_deps
system "curl", "-L", "https://github.com/ocaml/opam/releases/download/2.0.9/opam-2.0.9-#{arch}-macos", "--create-dirs", "-o", "#{ENV["HOME"]}/.opam-bin/opam"
system "chmod", "+x", "#{ENV["HOME"]}/.opam-bin/opam"
ENV["PATH"]="#{ENV["HOME"]}/.opam-bin:#{ENV["PATH"]}"
ENV["LIBRARY_PATH"]="#{HOMEBREW_PREFIX}/lib"
system "rustup-init", "--default-toolchain", "1.60.0", "-y"
system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
system ["source .cargo/env", "make build-deps"].join(" && ")
Expand Down

0 comments on commit 1a0aed2

Please sign in to comment.