Skip to content

Commit c81268c

Browse files
OmniTroidGlyphack
authored andcommitted
Fix argument ordering of embuilder command documented in Tools/wasm/README.md (pythonGH-109863)
1 parent d786c4d commit c81268c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/wasm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ PIC. To populate the build cache, run:
7979
```shell
8080
. /opt/emsdk/emsdk_env.sh
8181
embuilder build zlib bzip2 MINIMAL_PIC
82-
embuilder build --pic zlib bzip2 MINIMAL_PIC
82+
embuilder --pic build zlib bzip2 MINIMAL_PIC
8383
```
8484

8585

0 commit comments

Comments
 (0)