build: meson: Explicitly invoke "meson setup" instead of just "meson".
* guix/build/meson-build-system.scm (configure): Invoke the setup command to avoid a deprecation warning.
This commit is contained in:
parent
9bf0a6e4a8
commit
22491ed9c5
@ -73,7 +73,7 @@
|
||||
|
||||
(mkdir build-dir)
|
||||
(chdir build-dir)
|
||||
(apply invoke "meson" args)))
|
||||
(apply invoke "meson" "setup" args)))
|
||||
|
||||
(define* (build #:key parallel-build?
|
||||
#:allow-other-keys)
|
||||
|
Loading…
Reference in New Issue
Block a user