me
/
guix
Archived
1
0
Fork 0

gnu: lz4: Cross-compile.

* gnu/packages/compression.scm (lz4)[arguments]: Use CC-FOR-TARGET.
master
Tobias Geerinckx-Rice 2020-10-12 15:06:12 +02:00
parent b6c55a723f
commit 2b6ecdf41a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -804,7 +804,7 @@ decompression of some loosely related file formats used by Microsoft.")
("valgrind" ,valgrind)))
(arguments
`(#:test-target "test"
#:make-flags (list "CC=gcc"
#:make-flags (list (string-append "CC=" ,(cc-for-target))
(string-append "prefix=" (assoc-ref %outputs "out")))
#:phases (modify-phases %standard-phases
(delete 'configure) ;no configure script