Skip to content

Commit

Permalink
sync with latest Zcash master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kozyilmaz committed Aug 6, 2018
1 parent bb1554e commit eef9532
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion zcash/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ zcash_clone:
if [ ! -d "zcash_$(ZCASH_VERSION)" ]; then git clone -b $(ZCASH_VERSION) https://github.com/zcash/zcash.git zcash_$(ZCASH_VERSION); fi

zcash_config:
$(call patchme,zcash_$(ZCASH_VERSION))
@true

zcash_build:
( cd zcash_$(ZCASH_VERSION); \
Expand Down
17 changes: 0 additions & 17 deletions zcash/patches/018-zcash-macos-wl-pie.patch

This file was deleted.

0 comments on commit eef9532

Please sign in to comment.