Skip to content

Commit 053a8c2

Browse files
committed
fix: add missing build-details.json step for building wasm
Signed-off-by: Ho Kim <[email protected]>
1 parent 7016044 commit 053a8c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.pre.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -801,10 +801,10 @@ build_all: check-clean-src check-app-store-compliance $(BUILDPYTHON) platform sh
801801

802802
.PHONY: build_wasm
803803
build_wasm: check-clean-src $(BUILDPYTHON) platform sharedmods \
804-
python-config checksharedmods
804+
python-config checksharedmods build-details.json
805805

806806
.PHONY: build_emscripten
807-
build_emscripten: build_wasm web_example web_example_pyrepl_jspi
807+
build_emscripten: build_wasm build-details.json web_example web_example_pyrepl_jspi
808808

809809
# Check that the source is clean when building out of source.
810810
.PHONY: check-clean-src

0 commit comments

Comments
 (0)