xbps-src: introduce "nocross" to not allow cross compilation.

This commit is contained in:
Juan RP 2014-08-21 12:07:44 +02:00
parent 954e1aff05
commit 108a6d3fac
3 changed files with 6 additions and 1 deletions

View file

@ -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.