diff options
author | Flavio Castelli <[email protected]> | 2023-10-16 18:34:20 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-10-16 18:34:20 +0200 |
commit | 7019c4e8fcb8a500cc7406bff40b0722fd221acd (patch) | |
tree | 0602ef6394b65f6bbaf2bd8ecc6e144dc3c5d607 /BUILDING.md | |
parent | b79e0e85288056b2b62e118092b0c207c2338007 (diff) | |
download | tinygo-7019c4e8fcb8a500cc7406bff40b0722fd221acd.tar.gz tinygo-7019c4e8fcb8a500cc7406bff40b0722fd221acd.zip |
Binaryen116 (#3958)
dependencies: update binaryen submodule to version 116
Signed-off-by: Flavio Castelli <[email protected]>
Co-authored-by: DarkByteBen <[email protected]>
Diffstat (limited to 'BUILDING.md')
-rw-r--r-- | BUILDING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md index 52e411ec5..efb49c725 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -85,7 +85,7 @@ Now that we have a working static build, it's time to make a release tarball: If you did not clone the repository with the `--recursive` option, you will get errors until you initialize the project submodules: - git submodule update --init + git submodule update --init --recursive The release tarball is stored in build/release.tar.gz, and can be extracted with the following command (for example in ~/lib): |