aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/markdown/Cross-compilation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Cross-compilation.md b/docs/markdown/Cross-compilation.md
index c1ad317..520a081 100644
--- a/docs/markdown/Cross-compilation.md
+++ b/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.