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 57ef6f2Copy full SHA for 57ef6f2
CHANGELOG.md
@@ -7,6 +7,13 @@ 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
## [0.27.3] - 2024/07/17
18
19
- It is now possible to override `_f2c_fixes.py` file, with `_f2c_fixes_wrapper` variable.
0 commit comments