diff --git a/cargo.py b/cargo_wrapper.py similarity index 100% rename from cargo.py rename to cargo_wrapper.py diff --git a/meson.build b/meson.build index c783d60c..119f4ca6 100644 --- a/meson.build +++ b/meson.build @@ -10,7 +10,7 @@ else endif cargo = find_program('cargo', version:'>=1.39') -cargo_script = find_program('cargo.py') +cargo_wrapper = find_program('cargo_wrapper.py') system = build_machine.system() if system == 'windows' @@ -88,7 +88,7 @@ rs_plugins = custom_target('gst-plugins-rs', install: false, build_always_stale: true, depends: depends, - command: [cargo_script, + command: [cargo_wrapper, meson.current_build_dir(), meson.current_source_dir(), meson.build_root(),