File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Environment variables used by meson-python
71
71
This variable must be set to a major/minor version (e.g., ``13.0 `` or
72
72
``15.4 ``).
73
73
74
- Note that ``IPHONEOS_DEPLOYMENT_TARGET `` is the * only * permitted mechanism
74
+ Note that ``IPHONEOS_DEPLOYMENT_TARGET `` is the only supported mechanism
75
75
for specifying the target iOS version. Although the iOS toolchain supports
76
76
the use of ``-mios-version-min `` compile and link flags to set the target iOS
77
77
version, ``meson-python `` will not set the Python wheel platform tag
@@ -99,7 +99,7 @@ Environment variables used by meson-python
99
99
are currently designed to specify compatibility only with major version
100
100
number granularity.
101
101
102
- Note that ``MACOSX_DEPLOYMENT_TARGET `` is the * only * permitted mechanism for
102
+ Note that ``MACOSX_DEPLOYMENT_TARGET `` is the only supported mechanism for
103
103
specifying the target macOS version. Although the macOS toolchain supports
104
104
the use of ``-mmacosx-version-min `` compile and link flags to set the target
105
105
macOS version, ``meson-python `` will not set the Python wheel platform tag
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ versions.
54
54
55
55
.. option :: 1.9.0
56
56
57
- Meson 1.9.0 or later is required to support building for `` iOS `` .
57
+ Meson 1.9.0 or later is required to support building for iOS.
58
58
59
59
Build front-ends by default build packages in an isolated Python
60
60
environment where build dependencies are installed. Most often, unless
You can’t perform that action at this time.
0 commit comments