Skip to content

Commit

Permalink
depends: fix platform specific packages variable
Browse files Browse the repository at this point in the history
prefix instead of postfix
  • Loading branch information
jonasschnelli authored and str4d committed Dec 19, 2016
1 parent b101cc2 commit 68a5436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depends/packages/packages.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
zcash_packages := libsnark libgmp libsodium
packages := boost openssl $(zcash_packages) googletest googlemock
packages_darwin:=zeromq
packages_linux:=zeromq
darwin_packages:=zeromq
linux_packages:=zeromq
native_packages := native_ccache

wallet_packages=bdb
Expand Down

0 comments on commit 68a5436

Please sign in to comment.