DOCS Build emsdk before python (#3489)

This commit is contained in:
Hood Chatham 2023-01-23 16:11:22 -08:00 committed by GitHub
parent 47fad2e91f
commit dc514421ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ If you want to build the package, you will need to build Python which you can do
as follows:
```bash
make -C emsdk
make -C cpython
```