Commit Graph

4 Commits

Author SHA1 Message Date
Gyeongjae Choi 1eaa80da9b
FIX set PYODIDE_ROOT when using Makefile out-of-tree (#3959) 2023-06-29 11:37:03 +00:00
Gyeongjae Choi 8cd338b629
MAINT Relocate build environment management related methods (#3934)
Relocates methods that are related to the build environment management (common.py ==> build_env.py)
2023-06-26 21:20:12 +09:00
Gyeongjae Choi 1691d347d1
Don't set PYODIDE_ROOT inside xbuildenv installation function (#3922)
This is some cleanup after #3883.

- Make the `PYODIDE_ROOT` be modified only inside the `init_environment` function.
- Removes `__LOADED_PYODIDE_ENV`. I think it is redundant as we use `PYODIDE_ROOT` for a similar purpose.
2023-06-15 17:30:52 +09:00
Gyeongjae Choi 4a7cc0c20e
Merge initialization functions for in-tree and out-of-tree builds (#3883) 2023-06-05 17:34:07 +09:00