Index: docs/ios/build_instructions.md |
diff --git a/docs/ios/build_instructions.md b/docs/ios/build_instructions.md |
index 1fb0988498f961b5c06f936f60d99209e5f8d788..db1844c53c89ca162dccc7b3b1fd685ddbedd476 100644 |
--- a/docs/ios/build_instructions.md |
+++ b/docs/ios/build_instructions.md |
@@ -83,8 +83,6 @@ Since the iOS build is a bit more complicated than a desktop build, we provide |
build directories under `out` for Release and Debug device and simulator |
builds, and generates an appropriate Xcode workspace as well. |
-This script is run automatically by fetch (as part of `gclient runhooks`). |
lpromero
2017/04/05 13:07:56
When is it run then?
sdefresne
2017/04/05 14:28:20
It needs to be run manually as detailed in the par
|
- |
You can customize the build by editing the file `$HOME/.setup-gn` (create it if |
it does not exist). Look at `src/ios/build/tools/setup-gn.config` for |
available configuration options. |