Skip to content

Commit

Permalink
Apply suggestion from messense
Browse files Browse the repository at this point in the history
Co-authored-by: messense <[email protected]>
  • Loading branch information
davidhewitt and messense authored Mar 7, 2021
1 parent d7e0a81 commit 83e4a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ It is possible to use any of the `manylinux` docker images: `manylinux1`, `manyl

For building wheels on macOS it is sufficient to run the `bdist_wheel` command, i.e. `setup.py bdist_wheel`.

To build `universal2` wheels set the `ARCHFLAGS` environment variable to contain both `x86_64` and `arm64`. Wheel-building solutions such as [`cibuildwheel`](https://github.com/joerick/cibuildwheel) set this environment variable automatically.
To build `universal2` wheels set the `ARCHFLAGS` environment variable to contain both `x86_64` and `arm64`, for example `ARCHFLAGS="-arch x86_64 -arch arm64"`. Wheel-building solutions such as [`cibuildwheel`](https://github.com/joerick/cibuildwheel) set this environment variable automatically.

## Commands

Expand Down

0 comments on commit 83e4a4f

Please sign in to comment.