mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: minimap2: Prepare for cross compilation.
* gnu/packages/bioinformatics.scm (minimap2)[arguments]: Use cc-for-target.
This commit is contained in:
parent
65555198b2
commit
f48cd014f3
1 changed files with 1 additions and 1 deletions
|
@ -13061,7 +13061,7 @@ (define-public minimap2
|
|||
(arguments
|
||||
`(#:tests? #f ; there are none
|
||||
#:make-flags
|
||||
(list "CC=gcc"
|
||||
(list (string-append "CC=" ,(cc-for-target))
|
||||
(let ((system ,(or (%current-target-system)
|
||||
(%current-system))))
|
||||
(cond
|
||||
|
|
Loading…
Reference in a new issue