Skip to content

Commit 2313f84

Browse files
authored
GH-126748: amend configure.rst description for the 'build_wasm' make target (#126687)
Clarified the documentation around how the build_wasm target is selected.
1 parent 544b001 commit 2313f84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/using/configure.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,8 @@ CPython project) this is usually the ``all`` target. The
10881088
all`` will build. The three choices are:
10891089

10901090
* ``profile-opt`` (configured with ``--enable-optimizations``)
1091-
* ``build_wasm`` (configured with ``--with-emscripten-target``)
1091+
* ``build_wasm`` (chosen if the host platform matches ``wasm32-wasi*`` or
1092+
``wasm32-emscripten``)
10921093
* ``build_all`` (configured without explicitly using either of the others)
10931094

10941095
Depending on the most recent source file changes, Make will rebuild

0 commit comments

Comments
 (0)