Skip to content

Commit 83e4a4f

Browse files
Apply suggestion from messense
Co-authored-by: messense <[email protected]>
1 parent d7e0a81 commit 83e4a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ It is possible to use any of the `manylinux` docker images: `manylinux1`, `manyl
137137

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

140-
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.
140+
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.
141141

142142
## Commands
143143

0 commit comments

Comments
 (0)