diff options
author | Howard Chu <hyc@symas.com> | 2019-06-12 10:20:44 +0100 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2019-06-12 10:20:44 +0100 |
commit | 01ced20eca837d111b8134d855cf382241ffceef (patch) | |
tree | 70bf659352c396ae24a892fb05f957e53ce7e801 /contrib/depends | |
parent | Allow parallel make (diff) | |
download | monero-01ced20eca837d111b8134d855cf382241ffceef.tar.xz |
Delete redundant cppzmq dependency
Diffstat (limited to 'contrib/depends')
-rw-r--r-- | contrib/depends/packages/packages.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/depends/packages/packages.mk b/contrib/depends/packages/packages.mk index a38819337..8523e95df 100644 --- a/contrib/depends/packages/packages.mk +++ b/contrib/depends/packages/packages.mk @@ -1,4 +1,4 @@ -packages:=boost openssl zeromq cppzmq expat ldns cppzmq readline libiconv hidapi protobuf libusb +packages:=boost openssl zeromq cppzmq expat ldns readline libiconv hidapi protobuf libusb native_packages := native_ccache native_protobuf darwin_native_packages = native_biplist native_ds_store native_mac_alias |