(cherry picked from commit
db53ca30d761abba525bc8e47b16920b1fc43a83)
Signed-off-by: Ho Kim <ho.kim@ulagbulag.io>
Co-authored-by: Ho Kim <ho.kim@ulagbulag.io>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
.PHONY: build_wasm
build_wasm: check-clean-src $(BUILDPYTHON) platform sharedmods \
- python-config checksharedmods
+ python-config checksharedmods build-details.json
.PHONY: build_emscripten
build_emscripten: build_wasm web_example web_example_pyrepl_jspi
--- /dev/null
+When cross-compiling for WASI by ``build_wasm`` or ``build_emscripten``, the
+``build-details.json`` step is now included in the build process, just like
+with native builds.
+
+This fixes the ``libinstall`` task which requires the ``build-details.json``
+file during the process.