You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Update to reference host_platform instead of target_platform
Update the documentation throughout to replace the references to
`target_platform` with `host_platform` where appropriate. That said,
unless I've missed some fine point, this means pretty much everywhere.
Signed-off-by: Michał Górny <mgorny@quansight.com>
| `MACOSX_DEPLOYMENT_TARGET` | Same as the Anaconda Python macOS deployment target. Currently `10.9` for intel 32- and 64bit macOS, and 11.0 for arm64. |
393
-
| `OSX_ARCH` | `i386` or `x86_64` or `arm64`, depending on the target platform |
393
+
| `OSX_ARCH` | `i386` or `x86_64` or `arm64`, depending on the host platform |
0 commit comments