aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILDING.md
diff options
context:
space:
mode:
authorFlavio Castelli <[email protected]>2023-10-16 18:34:20 +0200
committerGitHub <[email protected]>2023-10-16 18:34:20 +0200
commit7019c4e8fcb8a500cc7406bff40b0722fd221acd (patch)
tree0602ef6394b65f6bbaf2bd8ecc6e144dc3c5d607 /BUILDING.md
parentb79e0e85288056b2b62e118092b0c207c2338007 (diff)
downloadtinygo-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.md2
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):