Skip to content
Snippets Groups Projects
Unverified Commit f48cd014 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: minimap2: Prepare for cross compilation.

* gnu/packages/bioinformatics.scm (minimap2)[arguments]: Use
cc-for-target.
parent 65555198
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment