clarify bootstrapping command arg
This commit is contained in:
parent
9b6f9a0b18
commit
415f1ca3a4
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ Then manually create distributions for each platform and upload them:
|
|||
# Checkout the version to re-upload.
|
||||
git checkout vTHE.RELEASE.VERSION
|
||||
|
||||
# Do Release build.
|
||||
# Do release build, specifying one target architecture.
|
||||
./script/bootstrap.py --target_arch [arm|x64|ia32]
|
||||
./script/build.py -c R
|
||||
./script/create-dist.py
|
||||
|
|
Loading…
Reference in a new issue