mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
build-system: meson: Properly name cross files.
* guix/build-system/meson.scm (make-cross-file): Add triplet and file extension to the cross file. Change-Id: Ie8ba187687670ec483cf4555a832590ec3ee8809 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
f26735148a
commit
096ec2693e
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ TRIPLET."
|
|||
'()))
|
||||
|
||||
(define (make-cross-file triplet)
|
||||
(computed-file "cross-file"
|
||||
(computed-file (string-append "cross-" triplet ".ini")
|
||||
(with-imported-modules '((guix build meson-configuration))
|
||||
#~(begin
|
||||
(use-modules (guix build meson-configuration))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue