xbps-src: introduce "nocross" to not allow cross compilation.
This commit is contained in:
parent
954e1aff05
commit
108a6d3fac
3 changed files with 6 additions and 1 deletions
|
@ -384,6 +384,8 @@ by all supported architectures.
|
|||
- `nostrip` If set, the ELF binaries with debugging symbols won't be stripped. By
|
||||
default all binaries are stripped.
|
||||
|
||||
- `nocross` If set, cross compilation won't be allowed and will exit with an error.
|
||||
|
||||
- `python_versions` A white space seperated list of python versions which will
|
||||
be used to build that package. This is only used by the `python-module` build style.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue