Expose pyodide_abi_version, pyodide_root, and python_include_dir in pyodide config cli#186
Conversation
There was a problem hiding this comment.
Thanks, @ryanking13! Sorry, I didn't notice that you were working on this, so #187 is also changing the same files. I think we should proceed with this PR first, as I have some more merge conflicts to resolve anyway.
As this PR adds python_include_dir, it reminded me of my older PR #14. Do you think I should revive that PR after this is merged? At that stage, I wasn't acquainted with our codebase and the general Pyodide ecosystem, but I think I am now. :)
Yes, sorry to introduce a code conflict. I'll go ahead and merge this PR, so you can rebase yours.
Sure, please do. I left some reviews in that PR a while ago. |
This PR exposes three new variables in pyodide config CLI. I think they are useful in package builds.