mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-10 10:52:31 -05:00
guix: Drop repetition of option's default value
This commit is contained in:
parent
8c9ea8a556
commit
2ade04c0d9
1 changed files with 1 additions and 2 deletions
|
@ -607,8 +607,7 @@ inspecting signatures in Mach-O binaries.")
|
||||||
((string-contains target "-linux-")
|
((string-contains target "-linux-")
|
||||||
(list (cond ((string-contains target "riscv64-")
|
(list (cond ((string-contains target "riscv64-")
|
||||||
(make-bitcoin-cross-toolchain target
|
(make-bitcoin-cross-toolchain target
|
||||||
#:base-libc (make-glibc-without-werror glibc-2.27/bitcoin-patched)
|
#:base-libc (make-glibc-without-werror glibc-2.27/bitcoin-patched)))
|
||||||
#:base-kernel-headers base-linux-kernel-headers))
|
|
||||||
(else
|
(else
|
||||||
(make-bitcoin-cross-toolchain target)))))
|
(make-bitcoin-cross-toolchain target)))))
|
||||||
((string-contains target "darwin")
|
((string-contains target "darwin")
|
||||||
|
|
Loading…
Add table
Reference in a new issue