From 64f0ba0b906862a7d2fcb1d1b43cf19b5a9c4326 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 21 Jan 2019 01:56:35 -0200 Subject: [PATCH] Manual.md: document rust build-helper --- Manual.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Manual.md b/Manual.md index 845ca6f155..996ea159ad 100644 --- a/Manual.md +++ b/Manual.md @@ -24,6 +24,7 @@ packages for XBPS, the `Void Linux` native packaging system. * [Package defined repositories](#pkg_defined_repo) * [Checking for new upstream releases](#updates) * [Build style scripts](#build_scripts) + * [Build helper scripts](#build_helper) * [Functions](#functions) * [Build options](#build_options) * [Runtime dependencies](#deps_runtime) @@ -862,6 +863,17 @@ matching the `build_style` name, Example: `common/environment/build-style/gnu-configure.sh` + +### build helper scripts + +The `build_helper` variable specifies shell snippets to be sourced that will create a +suitable environment for working with certain sets of packages. + +The current list of available `build_helper` scripts is the following: + +- `rust` specifies environment variables required for cross-compiling crates via cargo and +for compiling cargo -sys crates. + ### Functions