[vlc-devel] [PATCH] [RFC]: rav1e/rust: handle rustup/cargo from contribs (to fixup)

Luca Barbato lu_zero at gentoo.org
Mon Aug 24 14:11:17 CEST 2020


On 21/08/2020 14:16, Thomas Guillem wrote:
> +CARGOC_INSTALL = $(CARGO) cinstall \
> +	--target=$(RUST_TARGET) --prefix=$(PREFIX) --library-type staticlib --release

To avoid windows default security model of stopping any binary with
"install" in its name, you may use `cargo capi install` instead.

lu


More information about the vlc-devel mailing list