mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
partial merge #18677: Multiprocess build support
The bare minimum necessary change for #19764. Marked as "partial merge" for attribution only, otherwise considered unmerged
This commit is contained in:
parent
6a367fc198
commit
a003178978
@ -1,7 +1,7 @@
|
|||||||
package=boost
|
package=boost
|
||||||
$(package)_version=1_71_0
|
$(package)_version=1_71_0
|
||||||
$(package)_download_path=https://boostorg.jfrog.io/artifactory/main/release/$(subst _,.,$($(package)_version))/source/
|
$(package)_download_path=https://boostorg.jfrog.io/artifactory/main/release/$(subst _,.,$($(package)_version))/source/
|
||||||
$(package)_file_name=$(package)_$($(package)_version).tar.bz2
|
$(package)_file_name=boost_$($(package)_version).tar.bz2
|
||||||
$(package)_sha256_hash=d73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee
|
$(package)_sha256_hash=d73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee
|
||||||
$(package)_dependencies=native_b2
|
$(package)_dependencies=native_b2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user