mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Manual.md: document new cargo wrapper in rust helper
This commit is contained in:
parent
c03ed533c0
commit
3fda0daf47
1 changed files with 3 additions and 2 deletions
|
@ -1136,8 +1136,9 @@ This aims to fix cross-builds for when the build-style is mixed: e.g. when in a
|
||||||
- `qmake6` is like `qmake` but for Qt6.
|
- `qmake6` is like `qmake` but for Qt6.
|
||||||
|
|
||||||
- `rust` specifies environment variables required for cross-compiling crates via cargo and
|
- `rust` specifies environment variables required for cross-compiling crates via cargo and
|
||||||
for compiling cargo -sys crates. This helper is added by default for packages that use the
|
for compiling cargo -sys crates.
|
||||||
`cargo` build style.
|
It also adds a `cargo` wrapper that detects and passes builds through `cargo-auditable`.
|
||||||
|
This helper is added by default for packages that use the `cargo` build style.
|
||||||
|
|
||||||
<a id="functions"></a>
|
<a id="functions"></a>
|
||||||
### Functions
|
### Functions
|
||||||
|
|
Loading…
Add table
Reference in a new issue