diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-30 13:20:59 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-30 13:26:57 +0200 |
commit | 708b83a029b1c2ae91ad6426d45b6723893e1427 (patch) | |
tree | edf5bd6e1cccc01f57572620d96beeafbbe3a175 /docs/markdown/Native-environments.md | |
parent | f0fbb31ccfa78ca1d7b7f9cedfbb090bf36d3e64 (diff) | |
download | meson-docrewrap.tar.gz |
Rewrap long text lines in docs. [skip ci]docrewrap
Diffstat (limited to 'docs/markdown/Native-environments.md')
-rw-r--r-- | docs/markdown/Native-environments.md | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/docs/markdown/Native-environments.md b/docs/markdown/Native-environments.md index 8dcce2ab5..d79313224 100644 --- a/docs/markdown/Native-environments.md +++ b/docs/markdown/Native-environments.md @@ -6,15 +6,16 @@ short-description: Setting up native compilation New in 0.49.0 -Meson has [cross files for describing cross compilation environments](Cross-compilation.md), -for describing native environments it has equivalent "native files". +Meson has [cross files for describing cross compilation +environments](Cross-compilation.md), for describing native +environments it has equivalent "native files". -Natives describe the *build machine*, and can be used to override properties of -non-cross builds, as well as properties that are marked as "native" in a cross -build. +Natives describe the *build machine*, and can be used to override +properties of non-cross builds, as well as properties that are marked +as "native" in a cross build. -There are a couple of reasons you might want to use a native file to keep a -persistent environment: +There are a couple of reasons you might want to use a native file to +keep a persistent environment: * To build with a non-default native tool chain (such as clang instead of gcc) * To use a non-default version of another binary, such as yacc, or llvm-config @@ -44,6 +45,6 @@ The order of locations tried is as follows: - The user local location - The system wide locations in order -These files are not intended to be shipped by distributions, unless they are -specifically for distribution packaging, they are mainly intended for -developers. +These files are not intended to be shipped by distributions, unless +they are specifically for distribution packaging, they are mainly +intended for developers. |