Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-01-07 09:10:12 +0300
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-01-07 11:36:14 +0300
commitaccd10dfea086104ae1119ba85c43d2b5ad4bd81 (patch)
tree8f19ca7b89dcd5693932ee0313e387a121df21a6 /meson.build
parentaa40eae58176f7e263dc9cd0bb45f8ab5da1e625 (diff)
meson: add 'command' argument to cargo wrapper
Will be used to add test support.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index f74a4f3f0..12881cd9d 100644
--- a/meson.build
+++ b/meson.build
@@ -89,6 +89,7 @@ rs_plugins = custom_target('gst-plugins-rs',
build_always_stale: true,
depends: depends,
command: [cargo_wrapper,
+ 'build',
meson.current_build_dir(),
meson.current_source_dir(),
meson.build_root(),