diff --git a/Changelog.md b/Changelog.md index e959c2f28..7124c8325 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] * Add Linux armv7l python sysconfig in [#901](https://github.com/PyO3/maturin/pull/901) +* Add NetBSD python sysconfig in [#903](https://github.com/PyO3/maturin/pull/903) ## [0.12.15] - 2022-05-07 diff --git a/src/python_interpreter/config.rs b/src/python_interpreter/config.rs index 070537a29..b1a71ace9 100644 --- a/src/python_interpreter/config.rs +++ b/src/python_interpreter/config.rs @@ -29,6 +29,10 @@ static WELLKNOWN_SYSCONFIG: Lazy