mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-04 00:05:56 +02:00
gnu: efivar: Use correct compiler when cross compiling.
* gnu/packages/linux.scm (efivar)[arguments]: Adjust make-flags to set CC and not CC_FOR_BUILD.
This commit is contained in:
@@ -6758,7 +6758,7 @@ under OpenGL graphics workloads.")
|
||||
#:make-flags
|
||||
#~(list (string-append "prefix=" #$output)
|
||||
(string-append "libdir=" #$output "/lib")
|
||||
(string-append "CC_FOR_BUILD=" #$(cc-for-target))
|
||||
(string-append "CC=" #$(cc-for-target))
|
||||
(string-append "LDFLAGS=-Wl,-rpath=" #$output "/lib"))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
|
||||
Reference in New Issue
Block a user