me
/
guix
Archived
1
0
Fork 0

gnu: minimap2: Prepare for cross compilation.

* gnu/packages/bioinformatics.scm (minimap2)[arguments]: Use
cc-for-target.
master
Efraim Flashner 2020-12-07 12:23:22 +02:00
parent 65555198b2
commit f48cd014f3
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -13061,7 +13061,7 @@ version does count multisplits.")
(arguments (arguments
`(#:tests? #f ; there are none `(#:tests? #f ; there are none
#:make-flags #:make-flags
(list "CC=gcc" (list (string-append "CC=" ,(cc-for-target))
(let ((system ,(or (%current-target-system) (let ((system ,(or (%current-target-system)
(%current-system)))) (%current-system))))
(cond (cond