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

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

/ cpython Public

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

Open
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-d856402-3.15
Open

[3.15] gh-156115: Use the simulator deployment-target flag for iOS simulator builds (GH-156116)#156211
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-d856402-3.15

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 d856402)

Co-authored-by: Clément Péron <peron.clem@gmail.com>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL