Skip to content
Snippets Groups Projects
Commit 84ef4614 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

cargo: fix parallel build

See a5b9278c.
parent 65bd3a1a
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,8 @@ endif
cd $< && RUSTUP_INIT_SKIP_PATH_CHECK=yes \
RUSTUP_HOME=$(RUSTUP_HOME) CARGO_HOME=$(CARGO_HOME) \
./rustup-init.sh --no-modify-path -y --default-toolchain $(RUST_VERSION)
$(RUSTUP) default $(RUST_VERSION)
$(RUSTUP) target add $(RUST_TARGET)
+$(RUSTUP) default $(RUST_VERSION)
+$(RUSTUP) target add $(RUST_TARGET)
unset PKG_CONFIG_LIBDIR PKG_CONFIG_PATH CFLAGS CPPFLAGS LDFLAGS; \
$(CARGO) install --locked $(CARGOC_FEATURES) cargo-c --version $(CARGOC_VERSION)
touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment