diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2023-07-17 00:39:44 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2023-07-17 00:39:44 +0300 |
commit | 7824ff80dcaa457706a4f762e976383e6bd03daf (patch) | |
tree | df34812be3c863f7bc8b21213b23043e2fa84917 /docs/markdown/snippets/moremachinedata.md | |
parent | 0dba7340ecfbe84231a14559ef7f9e7dfb7d1299 (diff) | |
download | meson-7824ff80dcaa457706a4f762e976383e6bd03daf.zip meson-7824ff80dcaa457706a4f762e976383e6bd03daf.tar.gz meson-7824ff80dcaa457706a4f762e976383e6bd03daf.tar.bz2 |
Whoopsie, forgot to create the release notes.
Diffstat (limited to 'docs/markdown/snippets/moremachinedata.md')
-rw-r--r-- | docs/markdown/snippets/moremachinedata.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/markdown/snippets/moremachinedata.md b/docs/markdown/snippets/moremachinedata.md deleted file mode 100644 index 978cb9c..0000000 --- a/docs/markdown/snippets/moremachinedata.md +++ /dev/null @@ -1,12 +0,0 @@ -## Machine objects get `kernel` and `subsystem` properties - -Meson has traditionally provided a `system` property to detect the -system being run on. However this is not enough to reliably -differentiate between e.g. an iOS platform from a watchOS one. Two new -properties, namely `kernel` and `subsystem` have been added so these -setups can be reliably detected. - -These new properties are not necessary in cross files for now, but if -they are not defined and a build file tries to access them, Meson will -exit with a hard error. It is expected that at some point in the -future defining the new properties will become mandatory. |