diff options
author | Rechi <Rechi@users.noreply.github.com> | 2017-05-12 20:43:05 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2017-05-12 20:43:05 +0200 |
commit | dc52d708e9967fd075f4ce1d1ecf95bf029721d7 (patch) | |
tree | d8e8a09dc8c40fbca42acfdd359e174e2d4436b9 /docs | |
parent | fbbd8493d7d3ada357a83db356804da8e973ab05 (diff) |
[depends][darwin] configure: remove special tarballs dir & nativeprefix
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.ios.md | 4 | ||||
-rw-r--r-- | docs/README.osx.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/README.ios.md b/docs/README.ios.md index e2494ce9d7..6ae19c8c94 100644 --- a/docs/README.ios.md +++ b/docs/README.ios.md @@ -133,10 +133,10 @@ used to configure CMake. mkdir $HOME/Kodi/build cd $HOME/Kodi/build - /Users/Shared/xbmc-depends/buildtools-native/bin/cmake -G Xcode -DCMAKE_TOOLCHAIN_FILE=/Users/Shared/xbmc-depends/iphoneos9.3_armv7-target/share/Toolchain.cmake .. + /Users/Shared/xbmc-depends/x86_64-darwin15.6.0-native/bin/cmake -G Xcode -DCMAKE_TOOLCHAIN_FILE=/Users/Shared/xbmc-depends/iphoneos9.3_armv7-target/share/Toolchain.cmake .. The toolchain file location differs depending on your iOS and SDK version and -you have to replace `iphoneos9.3_armv7` in the filename above with the correct +you have to replace `x86_64-darwin15.6.0-native` and `iphoneos9.3_armv7` in the filename above with the correct file on your system. Check the directory content to get the filename. #### 4.1.2 Compilation using Xcode diff --git a/docs/README.osx.md b/docs/README.osx.md index f16d794b7d..3ef981278c 100644 --- a/docs/README.osx.md +++ b/docs/README.osx.md @@ -131,10 +131,10 @@ used to configure CMake. mkdir $HOME/Kodi/build cd $HOME/Kodi/build - /Users/Shared/xbmc-depends/buildtools-native/bin/cmake -G Xcode -DCMAKE_TOOLCHAIN_FILE=/Users/Shared/xbmc-depends/macosx10.12_x86_64-target/share/Toolchain.cmake .. + /Users/Shared/xbmc-depends/x86_64-darwin15.6.0-native/bin/cmake -G Xcode -DCMAKE_TOOLCHAIN_FILE=/Users/Shared/xbmc-depends/macosx10.12_x86_64-target/share/Toolchain.cmake .. The toolchain file location differs depending on your macOS and SDK version and -you have to replace `macosx10.12_x86_64` in the filename above with the correct +you have to replace `x86_64-darwin15.6.0-native` and `macosx10.12_x86_64` in the filename above with the correct file on your system. Check the directory content to get the filename. #### 4.1.2 Compilation using Xcode |