File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,8 @@ qt_packages_$(NO_QT) = $(qt_packages) $(qt_$(host_os)_packages) $(qt_$(host_arch
9898wallet_packages_$(NO_WALLET) = $(wallet_packages )
9999upnp_packages_$(NO_UPNP) = $(upnp_packages )
100100zmq_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_ )
104103native_packages += $($(host_arch ) _$(host_os ) _native_packages) $($(host_os ) _native_packages)
105104
106105ifneq ($(qt_packages_ ) ,)
You can’t perform that action at this time.
0 commit comments