commit | 2833f3798dc3647e850b303a4d0fa00609a0ae9b | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Wed Jul 27 15:30:36 2022 +0200 |
committer | GitHub <noreply@github.com> | Wed Jul 27 15:30:36 2022 +0200 |
tree | 500348e1b6a18d1f9b81eeb259a9e4605f66f517 | |
parent | 2361908a9d5553102f2b2294af44852a76d2ab03 [diff] |
gh-95174: Move WASIX logic into wasi-env (GH-95320) wasi-env now sets WASIX flags. This allows us to control all build parameter for wasm32-wasi buildbot from CPython repository. Also export and improve SYSROOT parameter.