more stuff
This commit is contained in:
committed by
Duke Leto
parent
7920cbc7e7
commit
a9e6edeed9
@@ -68,6 +68,10 @@ Files: src/secp256k1/build-aux/m4/ax_prog_cc_for_build.m4
|
|||||||
Copyright: 2008 Paolo Bonzini <bonzini@gnu.org>
|
Copyright: 2008 Paolo Bonzini <bonzini@gnu.org>
|
||||||
License: GNU-All-permissive-License
|
License: GNU-All-permissive-License
|
||||||
|
|
||||||
|
Files: depends/sources/utfcpp-*.tar.gz
|
||||||
|
Copyright: 2006 Nemanja Trifunovic
|
||||||
|
License: Boost-Software-License-1.0
|
||||||
|
|
||||||
License: Boost-Software-License-1.0
|
License: Boost-Software-License-1.0
|
||||||
Permission is hereby granted, free of charge, to any person or organization
|
Permission is hereby granted, free of charge, to any person or organization
|
||||||
obtaining a copy of the software and accompanying documentation covered by
|
obtaining a copy of the software and accompanying documentation covered by
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
rust_packages := rust librustzcash
|
rust_packages := rust librustzcash
|
||||||
|
|
||||||
ifeq ($(build_os),darwin)
|
ifeq ($(build_os),darwin)
|
||||||
zcash_packages := libsnark libgmp libsodium
|
zcash_packages := libsnark libgmp libsodium utfcpp
|
||||||
else
|
else
|
||||||
proton_packages := proton
|
proton_packages := proton
|
||||||
zcash_packages := libgmp libsodium
|
zcash_packages := libgmp libsodium utfcpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
rust_crates := \
|
rust_crates := \
|
||||||
|
|||||||
Reference in New Issue
Block a user