remove superfluous space at end of native_packages line

(cherry picked from commit 077f5550d4)
This commit is contained in:
sasha 2022-02-25 14:43:13 -08:00 committed by Daira Hopwood
parent 14b05d8b34
commit 9c59279802
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
zcash_packages := libsodium utfcpp
packages := boost libevent zeromq $(zcash_packages) googletest
native_packages := native_clang native_ccache native_rust
native_packages := native_clang native_ccache native_rust
ifneq (,$(wildcard /etc/arch-release))
native_packages += native_libtinfo