docs: fix one 'target' that should be 'host' [skip ci]

The target platform of cross compiler is the host platform of the project being built.
pull/3196/merge
John Ericson 7 years ago committed by Jussi Pakkanen
parent 13fa1fb74f
commit 1a8bc77f53
  1. 2
      docs/markdown/Cross-compilation.md

@ -83,7 +83,7 @@ automatically use the given wrapper when it needs to run host
binaries. This happens e.g. when running the project's test suite.
The next section lists properties of the cross compiler and thus of
the target system. It looks like this:
the host system. It looks like this:
```ini
[properties]

Loading…
Cancel
Save