]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94404: makesetup: use correct CFLAGS and macOS workaround (GH-94405)
authorChristian Heimes <christian@python.org>
Wed, 29 Jun 2022 07:46:39 +0000 (09:46 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Jun 2022 07:46:39 +0000 (09:46 +0200)
commit5150cbcd6821c0cf79b81cfc8780087bbc6985da
tree01e29c809838d2c787525894d4130edb83a3d848
parent79ac8c1c0d7cfc955a82af123471c28944e61c18
gh-94404: makesetup: use correct CFLAGS and macOS workaround (GH-94405)

``makesetup`` now works around an issue with sed on macOS and uses correct
CFLAGS for object files that end up in a shared extension.
Misc/NEWS.d/next/Build/2022-06-29-08-58-31.gh-issue-94404.3MadM6.rst [new file with mode: 0644]
Modules/makesetup