docs: update system cross file documentation

Works on all non-Windows since cf98f5e3 (PR #3119)
pull/3229/head
Jon Turney 7 years ago committed by Jussi Pakkanen
parent fa0386d98a
commit 64bc2b84f8
  1. 4
      docs/markdown/Cross-compilation.md

@ -261,7 +261,7 @@ myvar = meson.get_cross_property('somekey')
## Cross file locations
As of version 0.44.0 meson supports loading cross files from system locations
on Linux and the BSDs. This will be $XDG_DATA_DIRS/meson/cross, or if
(except on Windows). This will be $XDG_DATA_DIRS/meson/cross, or if
XDG_DATA_DIRS is undefined, then /usr/local/share/meson/cross and
/usr/share/meson/cross will be tried in that order, for system wide cross
files. User local files can be put in $XDG_DATA_HOME/meson/cross, or
@ -272,7 +272,7 @@ The order of locations tried is as follows:
- The user local location
- The system wide locations in order
Linux and BSD distributions are encouraged to ship cross files either with
Distributions are encouraged to ship cross files either with
their cross compiler toolchain packages or as a standalone package, and put
them in one of the system paths referenced above.

Loading…
Cancel
Save