FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.14] gh-156115: Use the simulator deployment-target flag for iOS simulator builds (GH-156116) by miss-islington · Pull Request #156212 · python/cpython · GitHub

/ cpython Public

[3.14] gh-156115: Use the simulator deployment-target flag for iOS simulator builds (GH-156116) - #156212

Merged
freakboy3742 merged 1 commit into
python:3.14from
miss-islington:backport-d856402-3.14
Aug 22, 2026
Merged

[3.14] gh-156115: Use the simulator deployment-target flag for iOS simulator builds (GH-156116)#156212
freakboy3742 merged 1 commit into
python:3.14from
miss-islington:backport-d856402-3.14

Conversation

miss-islington commented Aug 22, 2026
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

Ensures that CFLAGS and LDFLAGS use -mios-simulator-version-min, rather
than the device-based -mios-version-min. This only matters if the CFLAGS
and LDFLAGS are used in a bare call to clang without a -target; but that is
a legal usage, so it's worth catching.
(cherry picked from commit d856402)

Co-authored-by: Clément Péron peron.clem@gmail.com

…ulator builds (pythonGH-156116)

Ensures that CFLAGS and LDFLAGS use -mios-simulator-version-min, rather
than the device-based -mios-version-min. This only matters if the CFLAGS
and LDFLAGS are used in a bare call to clang without a -target; but that is
a legal usage, so it's worth catching.
(cherry picked from commit d856402e7176e5a03c5c578f0efc1be968be3257)

Co-authored-by: Clément Péron <peron.clem@gmail.com>
freakboy3742 enabled auto-merge (squash) August 22, 2026 03:08
freakboy3742 merged commit c12f822 into python:3.14 Aug 22, 2026
51 of 54 checks passed
miss-islington deleted the backport-d856402-3.14 branch August 22, 2026 03:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL