[vlc-commits] [Git][videolan/vlc][master] 2 commits: rust: cargo: Remove use of unstable feature
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sun Aug 4 16:36:49 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
84a2845b by Vikram Kangotra at 2024-08-04T14:52:03+00:00
rust: cargo: Remove use of unstable feature
Co-authored-by: Steve Lhomme <robux4 at ycbcr.xyz>
- - - - -
630eefe0 by Vikram Kangotra at 2024-08-04T14:52:03+00:00
rust: cargo: Use build subcommand
- - - - -
1 changed file:
- src/rust/Makefile.am
Changes:
=====================================
src/rust/Makefile.am
=====================================
@@ -7,8 +7,8 @@ vlcrs-macros.cargo:
vlcrs-messages.cargo:
vlcrs-plugin.cargo:
vlcrs-utils.cargo:
- env top_builddir="${abs_top_builddir}" \
- $(RUST_ENV) $(CARGO) -C $(top_srcdir)/src/rust/$(@:.cargo=) --target=$(RUST_TARGET) build
+ (cd $(top_srcdir)/src/rust/$(@:.cargo=) && env top_builddir="${abs_top_builddir}" \
+ $(RUST_ENV) $(CARGO) build --target=$(RUST_TARGET))
if HAVE_RUST
TESTS += \
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/d0f931107bcc0fcc54e6e01de9588576fa81b73b...630eefe0f9419229582374100b61a755d6d5e17e
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/d0f931107bcc0fcc54e6e01de9588576fa81b73b...630eefe0f9419229582374100b61a755d6d5e17e
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