buildsys: copy over .cargo config directory to build-dir

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-06-26 19:23:26 +02:00
parent eab366db0e
commit 0a48c149be

View File

@ -28,6 +28,7 @@ all:
$(BUILDDIR):
rm -rf $@ $@.tmp; mkdir $@.tmp
cp -a \
.cargo \
Cargo.toml \
Makefile \
Proxmox/ \