mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge 1348454d82 into merged_master (Bitcoin PR bitcoin/bitcoin#28352)
This commit is contained in:
commit
c06a8fa3cb
1 changed files with 1 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ def check_host(args) -> int:
|
|||
if args.download_binary:
|
||||
platforms = {
|
||||
'aarch64-*-linux*': 'aarch64-linux-gnu',
|
||||
'powerpc64le-*-linux-*': 'powerpc64le-linux-gnu',
|
||||
'riscv64-*-linux*': 'riscv64-linux-gnu',
|
||||
'x86_64-*-linux*': 'x86_64-linux-gnu',
|
||||
'x86_64-apple-darwin*': 'x86_64-apple-darwin',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue