]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix argument ordering of embuilder command documented in `Tools/wasm/README.md` ...
authorOmniTroid <davidskoland@gmail.com>
Tue, 26 Sep 2023 20:22:00 +0000 (22:22 +0200)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2023 20:22:00 +0000 (13:22 -0700)
Tools/wasm/README.md

index e6dd4d5f00abde90429625fd5a98b21697d9dca9..8ef63c6dcd9ddc7afb45b48174ec0f7ddd3014bc 100644 (file)
@@ -79,7 +79,7 @@ PIC. To populate the build cache, run:
 ```shell
 . /opt/emsdk/emsdk_env.sh
 embuilder build zlib bzip2 MINIMAL_PIC
-embuilder build --pic zlib bzip2 MINIMAL_PIC
+embuilder --pic build zlib bzip2 MINIMAL_PIC
 ```