We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build-details.json
1 parent 7016044 commit 053a8c2Copy full SHA for 053a8c2
Makefile.pre.in
@@ -801,10 +801,10 @@ build_all: check-clean-src check-app-store-compliance $(BUILDPYTHON) platform sh
801
802
.PHONY: build_wasm
803
build_wasm: check-clean-src $(BUILDPYTHON) platform sharedmods \
804
- python-config checksharedmods
+ python-config checksharedmods build-details.json
805
806
.PHONY: build_emscripten
807
-build_emscripten: build_wasm web_example web_example_pyrepl_jspi
+build_emscripten: build_wasm build-details.json web_example web_example_pyrepl_jspi
808
809
# Check that the source is clean when building out of source.
810
.PHONY: check-clean-src
0 commit comments