Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
432
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
9dc02d87
Commit
9dc02d87
authored
7 months ago
by
Steve Lhomme
Browse files
Options
Downloads
Patches
Plain Diff
contrib: cargo: don't build the cargo native tool if Rust is disabled
parent
32512308
No related branches found
No related tags found
1 merge request
!5674
contrib: cargo: don't build the cargo native tool if Rust is disabled
Pipeline
#487713
passed with stage
Stage:
in 1 hour, 5 minutes, and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/src/cargo/rules.mak
+2
-0
2 additions, 0 deletions
contrib/src/cargo/rules.mak
with
2 additions
and
0 deletions
contrib/src/cargo/rules.mak
+
2
−
0
View file @
9dc02d87
...
...
@@ -5,7 +5,9 @@ CARGOC_VERSION=0.9.29
RUSTUP_VERSION
:=
1.27.1
RUSTUP_URL
:=
$(
GITHUB
)
/rust-lang/rustup/archive/refs/tags/
$(
RUSTUP_VERSION
)
.tar.gz
ifdef
BUILD_RUST
PKGS_TOOLS
+=
cargo
endif
RUSTUP
=
.
$(
CARGO_HOME
)
/env
&&
\
RUSTUP_HOME
=
$(
RUSTUP_HOME
)
CARGO_HOME
=
$(
CARGO_HOME
)
rustup
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment