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.
1 parent d5eff2d commit a9472aaCopy full SHA for a9472aa
Tools/wasm/emscripten/__main__.py
@@ -386,7 +386,7 @@ def main():
386
"configure-build-python", help="Run `configure` for the " "build Python"
387
)
388
make_mpdec_cmd = subcommands.add_parser(
389
- "make-mpdec", help="Clone libffi repo, configure and build it for emscripten"
+ "make-mpdec", help="Clone mpdec repo, configure and build it for emscripten"
390
391
make_libffi_cmd = subcommands.add_parser(
392
"make-libffi", help="Clone libffi repo, configure and build it for emscripten"
0 commit comments