gnu: minimap2: Prepare for cross compilation.
* gnu/packages/bioinformatics.scm (minimap2)[arguments]: Use cc-for-target.master
parent
65555198b2
commit
f48cd014f3
|
@ -13061,7 +13061,7 @@ version does count multisplits.")
|
|||
(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
|
||||
|
|
Reference in New Issue