Skip to content

Commit

Permalink
rewrite append
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jan 21, 2025
1 parent 3b71e49 commit be09cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/guix/manifest.scm
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ desirable for building Bitcoin Core release binaries."
(arguments
(substitute-keyword-arguments (package-arguments base-mingw-w64)
((#:configure-flags flags)
`(append ,flags '("--with-default-msvcrt=ucrt"))))))))
`(append '("--with-default-msvcrt=ucrt") ,flags)))))))

(define (make-mingw-pthreads-cross-toolchain target)
"Create a cross-compilation toolchain package for TARGET"
Expand Down

0 comments on commit be09cdd

Please sign in to comment.