Skip to content

Commit 659e452

Browse files
committed
[Dependes] rust is not optional anymore.
1 parent 813bfd6 commit 659e452

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

depends/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,8 @@ qt_packages_$(NO_QT) = $(qt_packages) $(qt_$(host_os)_packages) $(qt_$(host_arch
9898
wallet_packages_$(NO_WALLET) = $(wallet_packages)
9999
upnp_packages_$(NO_UPNP) = $(upnp_packages)
100100
zmq_packages_$(NO_ZMQ) = $(zmq_packages)
101-
rust_packages_$(NO_RUST) = $(rust_packages)
102101

103-
packages += $($(host_arch)_$(host_os)_packages) $($(host_os)_packages) $(qt_packages_) $(rust_packages_) $(wallet_packages_) $(upnp_packages_)
102+
packages += $($(host_arch)_$(host_os)_packages) $($(host_os)_packages) $(qt_packages_) $(rust_packages) $(wallet_packages_) $(upnp_packages_)
104103
native_packages += $($(host_arch)_$(host_os)_native_packages) $($(host_os)_native_packages)
105104

106105
ifneq ($(qt_packages_),)

0 commit comments

Comments
 (0)