summaryrefslogtreecommitdiff
path: root/docs/markdown/Native-environments.md
AgeCommit message (Collapse)Author
2022-08-29docs: mention in the native-file docs, the command line argument to useEli Schwartz
We mention --cross-file in the relevant page, but the fact that --native-file is the command line argument to use is mentioned nowhere other than a couple of release notes and the --help text for meson setup. This should be described in the docs.
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen
2020-03-28docs: Add a new page with common cross/native file options [skip ci]Dylan Baker
Rather than having two separate sections with duplicated information lets just have one for the common settings, and only document sections specific to each file in separately
2020-03-19Update native description to use the new LD variablesPhillip Johnston
With Meson 0.53.1, this is now out of date. Updating to use the proper ld variables.
2019-12-02docs: Update docs for LD and ld entriesDylan Baker
2019-11-05docs: Document that meson 0.52.0 allows layering cross files [skip ci]Dylan Baker
2019-10-19docs: Fix some incorrect links [skip ci]Anton Leontiev
2019-02-11allow setting directory locations in a native fileDylan Baker
This allows the person running configure (either a developer, user, or distro maintainer) to keep a configuration of where various kinds of files should end up.
2018-12-16Fix typo in Native-environments.md [skip ci]Luca Weiss
2018-11-14docs: Add documentation for Native FilesDylan Baker