From 841605a2790542f3102828e5ecbbf152fd6f24cf Mon Sep 17 00:00:00 2001 From: mappu Date: Thu, 19 Sep 2024 19:46:32 +1200 Subject: [PATCH] doc/README: mention blockers for macOS ARM64 support --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be9f6f2..0d00b52 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ These bindings were newly started in August 2024. The bindings are functional fo |---|---|--- |Linux|Static, Dynamic (.so)|✅ Works
- Tested with Debian 12 / Qt 5.15 / GCC 12 |Windows|Static, Dynamic (.dll)|✅ Works
- Tested with MXE Qt 5.15 / MXE GCC 5 under cross-compilation
- Tested with Fsu0413 Qt 5.15 / Clang 18.1 native compilation -|macOS|Static, Dynamic (.dylib)|Should work, [not tested](https://github.com/mappu/miqt/issues/2) +|macOS x86_64|Static, Dynamic (.dylib)|Should work, [not tested](https://github.com/mappu/miqt/issues/2) +|macOS ARM64|Static, Dynamic (.dylib)|[Blocked by #11](https://github.com/mappu/miqt/issues/11) ## License