me
/
guix
Archived
1
0
Fork 0

gnu: librnd: Prepare for cross-compilation.

* gnu/packages/engineering.scm (librnd)[arguments]: Use CC-FOR-TARGET.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent d23105a329
commit b175789352
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ features.")))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'cc-is-gcc
(lambda _ (setenv "CC" "gcc")))
(lambda _ (setenv "CC" #$(cc-for-target))))
(replace 'configure
;; The configure script doesn't tolerate most of our configure flags.
(lambda _