Skip to content

Commit

Permalink
rewrite in a hope for fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jan 21, 2025
1 parent ae7bd53 commit 70b134a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/guix/manifest.scm
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ desirable for building Bitcoin Core release binaries."
(search-our-patches "winpthreads-remap-guix-store.patch")))

(define (make-mingw-w64-ucrt target)
(let* ((base-mingw-w64 (make-mingw-w64 (substring target 0 (string-index target #\-))
(let* ((machine (substring target 0 (string-index target #\-)))
(base-mingw-w64 (make-mingw-w64 machine
#:xgcc (cross-gcc target #:xgcc (gcc-mingw-patches base-gcc))
#:with-winpthreads? #t)))
(package
Expand Down

0 comments on commit 70b134a

Please sign in to comment.