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): $(BUILDDIR):
rm -rf $@ $@.tmp; mkdir $@.tmp rm -rf $@ $@.tmp; mkdir $@.tmp
cp -a \ cp -a \
.cargo \
Cargo.toml \ Cargo.toml \
Makefile \ Makefile \
Proxmox/ \ Proxmox/ \