blob: c7c47533c54ae26389da3b23cb3cdb72d2d76337 (
plain)
1
2
3
|
``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.
|