diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-12-27 01:04:05 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-27 01:04:05 +0530 |
commit | c4a6b193d4f4043872e5e9f16e75ec76f4582398 (patch) | |
tree | bd4726b22b2effaf30499eafc7ceaa697219dfc9 /docs | |
parent | 4df9006ca43338fea07b9d542f94da34369e43d3 (diff) | |
download | meson-c4a6b193d4f4043872e5e9f16e75ec76f4582398.zip meson-c4a6b193d4f4043872e5e9f16e75ec76f4582398.tar.gz meson-c4a6b193d4f4043872e5e9f16e75ec76f4582398.tar.bz2 |
release notes: document how to pass native files [skip ci]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Release-notes-for-0.49.0.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/markdown/Release-notes-for-0.49.0.md b/docs/markdown/Release-notes-for-0.49.0.md index 9b0dfaa..4ed4be2 100644 --- a/docs/markdown/Release-notes-for-0.49.0.md +++ b/docs/markdown/Release-notes-for-0.49.0.md @@ -172,8 +172,9 @@ compression preferences. ## Native config files -Native files are the counterpart to cross files, and allow specifying -information about the build machine, both when cross compiling and when not. +Native files (`--native-file`) are the counterpart to cross files (`--cross-file`), +and allow specifying information about the build machine, both when cross compiling +and when not. Currently the native files only allow specifying the names of binaries, similar to the cross file, for example: |