Skip to content

meson.build: add a devenv

Peter Hutterer requested to merge whot/udev-hid-bpf:wip/devenv into main

Set the same environment variables we pass to cargo as devenv so we can run:

$ meson devenv -C builddir $ cargo build

And have things happen as expected (this works because cargo runs up until it finds a Cargo.toml).

Merge request reports