Skip to content

Commit

Permalink
fixup.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jan 21, 2025
1 parent 01338c2 commit 407b952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/guix/manifest.scm
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ desirable for building Bitcoin Core release binaries."
(package-with-extra-patches mingw-w64-x86_64-winpthreads
(search-our-patches "winpthreads-remap-guix-store.patch")))

(define mingw-w64-ucrt
(define (make-mingw-w64-ucrt target)
(package
(inherit (make-mingw-w64 (substring target 0 (string-index target #\-))
#:xgcc (cross-gcc target #:xgcc (gcc-mingw-patches base-gcc))
Expand All @@ -133,7 +133,7 @@ desirable for building Bitcoin Core release binaries."
(define (make-mingw-pthreads-cross-toolchain target)
"Create a cross-compilation toolchain package for TARGET"
(let* ((xbinutils (binutils-mingw-patches (cross-binutils target)))
(pthreads-xlibc (winpthreads-patches mingw-w64-ucrt))
(pthreads-xlibc (winpthreads-patches (make-mingw-w64-ucrt target)))
(pthreads-xgcc (cross-gcc target
#:xgcc (gcc-mingw-patches mingw-w64-base-gcc)
#:xbinutils xbinutils
Expand Down

0 comments on commit 407b952

Please sign in to comment.