Skip to content

meson: fix copy of build artifacts

Guillaume Desmottes requested to merge gdesmott/gst-plugins-rs:test-ci into master

Latest version of cargo-c and cargo are now producing files to 'build/target/x86_64-unknown-linux-gnu/debug/' instead of 'build/target/debug/'. Fix this by making the glob pattern recursive.

Merge request reports