mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
``PY_STDMODULE_CFLAGS`` may contain include directories with system headers. This can break compiling with built-in libmpdec.
3 lines
222 B
ReStructuredText
3 lines
222 B
ReStructuredText
``makesetup`` now works around an issue with sed on macOS and uses correct
|
|
CFLAGS for object files that end up in a shared extension. Module CFLAGS
|
|
are used before PY_STDMODULE_CFLAGS to avoid clashes with system headers.
|