Browse Source

Build librustzcash package without changing directory

This ensures that the depends system's custom PATH is applied correctly,
and the pre-build Rust binaries are accessible.
pull/4/head
Jack Grigg 6 years ago
parent
commit
262cf38712
No known key found for this signature in database GPG Key ID: 1B8D649257DB0829
  1. 4
      depends/packages/librustzcash.mk

4
depends/packages/librustzcash.mk

@ -27,9 +27,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
cd librustzcash && \
cargo build $($(package)_build_opts) && \
cd ..
cargo build --package librustzcash $($(package)_build_opts)
endef
define $(package)_stage_cmds

Loading…
Cancel
Save