gnu: linenoise: Fix cross-compilation.
* gnu/packages/shells.scm (linenoise)[arguments]: Use CC-FOR-TARGET.master
parent
3a169fe301
commit
39f8ef2d16
|
@ -600,8 +600,9 @@ operating system.")
|
|||
"1z16qwix8z6a40fskdgxsibkqgdrp4q6ncp4n6hnv4r9iihy2d8r"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;No tests are included
|
||||
#:make-flags (list "CC=gcc")
|
||||
`(#:tests? #f ; no tests are included
|
||||
#:make-flags
|
||||
(list ,(string-append "CC=" (cc-for-target)))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
|
|
Reference in New Issue