diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-03-08 01:05:08 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-03-08 15:43:46 +0100 |
| commit | f04598fea7406fa4178ec5ae70cb38ffc4fe694c (patch) | |
| tree | 079fb76353780732cdd81ee832bcd446ab11e62f /Makefile | |
| parent | a91aee034628c498fe0e83eb2fdffb1c11aaa052 (diff) | |
fixed transaction priority
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ download: # A general rule of thumb is that `make depends_host` works everywhere, but not everything # is required. But since we target so many different OS.. yeah. .PHONY: depends_host -depends_host: libiconv_host boost_host zlib_host openssl_host openssl_host_alt libzmq_host libsodium_host host_copy_libs libexpat_host unbound_host polyseed_host utf8proc_host +depends_host: libiconv_host boost_host zlib_host openssl_host openssl_host_alt libzmq_host libsodium_host host_copy_libs libexpat_host unbound_host polyseed_host utf8proc_host host_copy_libs .PHONY: host_copy_libs host_copy_libs: |
