diff options
author | Christian Heimes <christian@python.org> | 2022-06-29 07:46:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 07:46:39 (GMT) |
commit | 5150cbcd6821c0cf79b81cfc8780087bbc6985da (patch) | |
tree | 01e29c809838d2c787525894d4130edb83a3d848 /Misc | |
parent | 79ac8c1c0d7cfc955a82af123471c28944e61c18 (diff) | |
download | cpython-5150cbcd6821c0cf79b81cfc8780087bbc6985da.zip cpython-5150cbcd6821c0cf79b81cfc8780087bbc6985da.tar.gz cpython-5150cbcd6821c0cf79b81cfc8780087bbc6985da.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2022-06-29-08-58-31.gh-issue-94404.3MadM6.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-06-29-08-58-31.gh-issue-94404.3MadM6.rst b/Misc/NEWS.d/next/Build/2022-06-29-08-58-31.gh-issue-94404.3MadM6.rst new file mode 100644 index 0000000..519a5ce --- /dev/null +++ b/Misc/NEWS.d/next/Build/2022-06-29-08-58-31.gh-issue-94404.3MadM6.rst @@ -0,0 +1,2 @@ +``makesetup`` now works around an issue with sed on macOS and uses correct +CFLAGS for object files that end up in a shared extension. |