diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-05-08 00:08:12 +0200 |
---|---|---|
committer | Martijn Kaijser <martijn@xbmc.org> | 2016-05-08 00:08:12 +0200 |
commit | cbb432aeb77ad2edf0bad83e53c8a501838c3b6a (patch) | |
tree | a708bc8326c0390fadf988461dec23076a2055cc /project/cmake | |
parent | 3d570c5098e301eaba458a4b625a91403feaf396 (diff) |
[docs] fix typo in cmake readme
Diffstat (limited to 'project/cmake')
-rw-r--r-- | project/cmake/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/cmake/README.md b/project/cmake/README.md index 3029c786c5..5eccc25605 100644 --- a/project/cmake/README.md +++ b/project/cmake/README.md @@ -57,7 +57,7 @@ as these steps are covered already by the CMake project. ### Android The dependencies needed to compile for Android can be found in -[docs/README.osx](https://github.com/xbmc/xbmc/tree/master/docs/README.android) +[docs/README.android](https://github.com/xbmc/xbmc/tree/master/docs/README.android) . All described steps have to be executed (except 5.2 which is replaced by the respective CMake command below). |