We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc23181 commit 1bb5c2dCopy full SHA for 1bb5c2d
CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## Changed
11
+
12
+- The `pyodide config list` command now displays additional config variables
13
+ derived from the Python `sysconfig` module. These variables may also be accessed
14
+ through `pyodide config get <variable name>` for use in out-of-tree builds.
15
+ [#14](https://github.com/pyodide/pyodide-build/pull/14)
16
17
18
## [0.27.3] - 2024/07/17
19
20
- It is now possible to override `_f2c_fixes.py` file, with `_f2c_fixes_wrapper` variable.
0 commit comments