Manual.md: document build_helper

This commit is contained in:
maxice8 2019-01-21 00:52:35 -02:00
parent 5465d131f6
commit 08d876050b
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -490,6 +490,9 @@ binaries sources or when the program is written in assembly. Example:
- `build_style` This specifies the `build method` for a package. Read below to know more
about the available package `build methods` or effect of leaving this not set.
- `build_helper` Whitespace-separated list of files in `common/build-helper` to be
sourced and its variables be made available on the template. i.e. `build_helper="rust"`.
- `configure_script` The name of the `configure` script to execute at the `configure` phase if
`${build_style}` is set to `configure` or `gnu-configure` build methods.
By default set to `./configure`.