Fix misprint.

GitOrigin-RevId: 9fe324831e9b6fade4ac5a48f0c75b7bdc8762f9
This commit is contained in:
levlam 2018-06-01 16:00:04 +03:00
parent 4bbedbfc15
commit 0166b9c8f9

View File

@ -33,7 +33,7 @@ cd <path to TDLib sources>/example/ios
./build.sh
```
This may take a while, because TDLib will be built about 10 times.
Resulting library for iOS will work on any architecture (arv7, armv7s, arm64) and even on a simulator.
Resulting library for iOS will work on any architecture (armv7, armv7s, arm64) and even on a simulator.
We use [CMake/iOS.cmake](https://github.com/tdlib/td/blob/master/CMake/iOS.cmake) toolchain, other toolchains may work too.
Built libraries will be store in `tdjson` directory.