diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-04-15 10:18:42 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2025-04-16 12:17:25 +0300 |
| commit | 48fc3ec8fa25c0cb001603f025ab516e8f0df1e2 (patch) | |
| tree | 9e66d96908bae17cee7dadcd89bd8c2968838c50 /docs/markdown/Reference-tables.md | |
| parent | 59d3c427f53e87df2d10e8e314f1789fc9d6ddfb (diff) | |
| download | meson-48fc3ec8fa25c0cb001603f025ab516e8f0df1e2.tar.gz | |
environment: handle all iOS variants as xnu
All of iOS, tvOS, visionOS, watchOS use the XNU kernel. Report that and also
make them return true for is_darwin() which is really more like "is_xnu()".
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/markdown/Reference-tables.md')
| -rw-r--r-- | docs/markdown/Reference-tables.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 1c5f9a33a..a5d27858e 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -208,6 +208,8 @@ Meson natively. | ios-simulator | | | tvos | Apple tvOS | | tvos-simulator | | +| visionos | Apple visionOS | +| visionos-simulator | | | watchos | Apple watchOS | | watchos-simulator | | |
