From ff227403e6c45d54a34d069428a14ea95d5aab75 Mon Sep 17 00:00:00 2001 From: Jeff Hykin Date: Fri, 23 Jan 2026 14:14:01 -0800 Subject: [PATCH] add fix for macos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c8ab2128..e97b9fd4b 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,9 @@ Supported/tested matrix: | Platform | Status | Tested | Required System deps | | --- | --- | --- | --- | | Linux | supported | Ubuntu 22.04, 24.04 | See below | -| macOS | experimental beta | not CI-tested | `brew install gnu-sed gcc portaudio git-lfs libjpeg-turbo python` | +| macOS | experimental beta | not CI-tested | `brew install gnu-sed gcc portaudio git-lfs libjpeg-turbo python; export ARCHFLAGS="-arch $(uname -m)"` | -Note: macOS is usable but expect inconsistent/flaky behavior (rather than hard errors/crashes). +Note: macOS is usable but expect inconsistent/flaky behavior (rather than hard errors/crashes). Setting `ARCHFLAGS` is likely optional, but some systems it is required to avoid a `clang` error. ```sh sudo apt-get update