diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-12-31 15:53:59 -0600 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-12-31 15:53:59 -0600 |
commit | 9c2d671397974c05a1bdd8b386bc8267d78afd99 (patch) | |
tree | 1dc088082b46cec02b8adac81a0f201b4a60b9a6 /contrib/depends/packages/packages.mk | |
parent | Merge pull request #4944 (diff) | |
parent | build: protobuf dependency fixes, libusb build (diff) | |
download | monero-9c2d671397974c05a1bdd8b386bc8267d78afd99.tar.xz |
Merge pull request #4945
e37154a build: protobuf dependency fixes, libusb build (ph4r05)
Diffstat (limited to 'contrib/depends/packages/packages.mk')
-rw-r--r-- | contrib/depends/packages/packages.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/depends/packages/packages.mk b/contrib/depends/packages/packages.mk index 234adbdd4..b3a5992d0 100644 --- a/contrib/depends/packages/packages.mk +++ b/contrib/depends/packages/packages.mk @@ -1,10 +1,10 @@ -packages:=boost openssl libevent zeromq cppzmq zlib expat ldns cppzmq readline libiconv qt hidapi -native_packages := native_ccache +packages:=boost openssl libevent zeromq cppzmq zlib expat ldns cppzmq readline libiconv qt hidapi protobuf libusb +native_packages := native_ccache native_protobuf darwin_native_packages = native_biplist native_ds_store native_mac_alias darwin_packages = sodium-darwin -linux_packages = eudev libusb +linux_packages = eudev ifeq ($(host_os),linux) packages += unwind |