[vlc-commits] [Git][videolan/vlc][master] cargo: fix parallel build
Rémi Denis-Courmont (@Courmisch)
gitlab at videolan.org
Fri Sep 2 18:48:39 UTC 2022
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC
Commits:
84ef4614 by Rémi Denis-Courmont at 2022-09-02T18:04:47+00:00
cargo: fix parallel build
See a5b9278ccd655f8108a5647f41cce45230f9047f.
- - - - -
1 changed file:
- contrib/src/cargo/rules.mak
Changes:
=====================================
contrib/src/cargo/rules.mak
=====================================
@@ -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 $@
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/84ef46141584b464a7c3376672cc1b2e7065340b
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/84ef46141584b464a7c3376672cc1b2e7065340b
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list