diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-30 13:20:59 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-30 16:19:59 +0000 |
commit | f72ee8e742a171db74ed32b54b85953b8dfe1d77 (patch) | |
tree | 80e015f57b8bfc3c0a0fccb6b0d4ef4d602c0a0d /docs/markdown/Native-environments.md | |
parent | 4f8cecca9733588b083dba8488143fa1ffb0e495 (diff) | |
download | meson-f72ee8e742a171db74ed32b54b85953b8dfe1d77.zip meson-f72ee8e742a171db74ed32b54b85953b8dfe1d77.tar.gz meson-f72ee8e742a171db74ed32b54b85953b8dfe1d77.tar.bz2 |
Rewrap long text lines in docs. [skip ci]
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 8dcce2a..d793132 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. |