aboutsummaryrefslogtreecommitdiff
path: root/docs/README.tvOS.md
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2020-09-24 16:05:30 +1000
committerfuzzard <fuzzard@kodi.tv>2020-09-28 13:44:41 +1000
commitb73ba2dd66c11cffad7e30fca96873db9c2fd4db (patch)
tree8795577f40530004849b85fa3be973fb0154d0a2 /docs/README.tvOS.md
parent47be88b5acfa093b145e6467e9621a285a41675a (diff)
[tools/depends] rework configure for apple platforms
reorder configure for apple platforms introduce osx arm arch types Update docs --with-platform mandatory usage for apple platforms Update buildsteps ios/osx to use new mandatory --with-platform Update samba to explicitly use -Wno-error=implicit-function-declaration since global use of flag was removed
Diffstat (limited to 'docs/README.tvOS.md')
-rw-r--r--docs/README.tvOS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/README.tvOS.md b/docs/README.tvOS.md
index 483b613840..735cf2b443 100644
--- a/docs/README.tvOS.md
+++ b/docs/README.tvOS.md
@@ -86,6 +86,7 @@ git clone https://github.com/xbmc/xbmc kodi
## 4. Configure and build tools and dependencies
Kodi can be built as a 64bit program only for tvOS. The dependencies are built in `$HOME/kodi/tools/depends` and installed into `/Users/Shared/xbmc-depends`.
+**NOTE:** `--with-platform` is mandatory for all Apple platforms
Configure build:
```