diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index 6fd623c5176..e7733a6dc11 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -1088,7 +1088,8 @@ CPython project) this is usually the ``all`` target. The all`` will build. The three choices are: * ``profile-opt`` (configured with ``--enable-optimizations``) -* ``build_wasm`` (configured with ``--with-emscripten-target``) +* ``build_wasm`` (chosen if the host platform matches ``wasm32-wasi*`` or + ``wasm32-emscripten``) * ``build_all`` (configured without explicitly using either of the others) Depending on the most recent source file changes, Make will rebuild