File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -537,12 +537,12 @@ is a convenience wrapper around the following commands:
537537
538538.. code-block :: shell
539539
540- python3 Tools/wasm/emscripten configure-build-python --quiet -- --config-cache --with-pydebug
541- python3 Tools/wasm/emscripten make-build-python --quiet
542- python3 Tools/wasm/emscripten make-libffi --quiet
543- python3 Tools/wasm/emscripten make-mpdec --quiet
544- python3 Tools/wasm/emscripten configure-host --quiet -- --config-cache
545- python3 Tools/wasm/emscripten make-host --quiet
540+ python Tools/wasm/emscripten configure-build-python --quiet -- --config-cache --with-pydebug
541+ python Tools/wasm/emscripten make-build-python --quiet
542+ python Tools/wasm/emscripten make-libffi --quiet
543+ python Tools/wasm/emscripten make-mpdec --quiet
544+ python Tools/wasm/emscripten configure-host --quiet -- --config-cache
545+ python Tools/wasm/emscripten make-host --quiet
546546
547547 .. note ::
548548
You can’t perform that action at this time.
0 commit comments