diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2017-11-17 12:58:05 +0000 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-11-19 18:18:29 +0200 |
commit | 34d1d4509426a3a842f00fec92f7695fa202d507 (patch) | |
tree | a07e20b6bc66a1494e3fac291762741d5a7f13ae | |
parent | c6539367007cf3756a022083390fb8cd982c4365 (diff) | |
download | meson-34d1d4509426a3a842f00fec92f7695fa202d507.zip meson-34d1d4509426a3a842f00fec92f7695fa202d507.tar.gz meson-34d1d4509426a3a842f00fec92f7695fa202d507.tar.bz2 |
docs: Add 'cygwin' to reference table for .system()
This aligns this table with the set of values tested for by test case
common/140
-rw-r--r-- | docs/markdown/Reference-tables.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index b604fb6..ff28662 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -55,6 +55,7 @@ These are provided by the `.system()` method call. | linux | | | darwin | Either OSX or iOS | | windows | Any version of Windows | +| cygwin | The Cygwin environment for Windows | Any string not listed above is not guaranteed to remain stable in future releases.
\ No newline at end of file |