mirror of
https://github.com/monero-project/monero.git
synced 2024-12-23 03:59:33 +00:00
Merge pull request #6086
5a996bd75
depends: fix typo in packages (selsta)
This commit is contained in:
commit
e8da77b4f1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
ifeq ($(host_os),android)
|
ifeq ($(host_os),android)
|
||||||
packages:=boost openssl zeromq libiconv
|
packages:=boost openssl zeromq libiconv
|
||||||
else
|
else
|
||||||
packages:=boost openssl zeromq lexpat dns libiconv hidapi protobuf libusb
|
packages:=boost openssl zeromq expat ldns libiconv hidapi protobuf libusb
|
||||||
endif
|
endif
|
||||||
|
|
||||||
native_packages := native_ccache native_protobuf
|
native_packages := native_ccache native_protobuf
|
||||||
|
|
Loading…
Reference in a new issue