Skip to content

Commit b96ddb2

Browse files
committed
DOC: document out handling of MACOSX_DEPLOYMENT_TARGET
Signed-off-by: Filipe Laíns <[email protected]>
1 parent 1d3d828 commit b96ddb2

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ If you really need the data to be installed where it was previously (eg.
148148

149149
usage/start
150150
usage/build-options
151+
usage/specific-behaviors
151152

152153

153154
.. toctree::

docs/usage/specific-behaviors.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
******************
2+
Specific Behaviors
3+
******************
4+
5+
This page documents how our backend handles certain situations.
6+
7+
8+
``MACOSX_DEPLOYMENT_TARGET``
9+
============================
10+
11+
12+
The target macOS version can by changed by setting the
13+
``MACOSX_DEPLOYMENT_TARGET`` environment variable.
14+
15+
If ``MACOSX_DEPLOYMENT_TARGET`` is set, we will use the selected version for the
16+
wheel tag, otherwise ``platform.mac_ver()`` (i.e., the current macOS version on
17+
the build machine) will be used instead.

0 commit comments

Comments
 (0)