aboutsummaryrefslogtreecommitdiff
path: root/cmake/scripts/darwin_embedded
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2022-04-29 16:10:04 +1000
committerfuzzard <fuzzard@kodi.tv>2022-04-29 16:13:16 +1000
commit50ca4ef6c4826215247f5fe19201717b6c2e7636 (patch)
treed9d228e9ce6c720cf70d9b9260255b433534e42b /cmake/scripts/darwin_embedded
parentc94935f97e5134bd68b86fced8225b9ea319fc96 (diff)
[cmake] Tools/depends platform toolchain propagate tarball dir
for tools/depends platforms, we already set tarball dir as part of the configure script. Lets propagate this into the Toolchain file so we dont have to explicitly set -DTARBALL_DIR for those platforms. The single downside to this, is you cant override the toolchain option. However the reality is, you should override the configure script using --with--tarballs
Diffstat (limited to 'cmake/scripts/darwin_embedded')
-rw-r--r--cmake/scripts/darwin_embedded/ArchSetup.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/scripts/darwin_embedded/ArchSetup.cmake b/cmake/scripts/darwin_embedded/ArchSetup.cmake
index c9741a586f..8368413b12 100644
--- a/cmake/scripts/darwin_embedded/ArchSetup.cmake
+++ b/cmake/scripts/darwin_embedded/ArchSetup.cmake
@@ -49,10 +49,6 @@ set(CMAKE_XCODE_ATTRIBUTE_INLINES_ARE_PRIVATE_EXTERN OFF)
set(CMAKE_XCODE_ATTRIBUTE_GCC_SYMBOLS_PRIVATE_EXTERN OFF)
set(CMAKE_XCODE_ATTRIBUTE_COPY_PHASE_STRIP OFF)
-if(NOT TARBALL_DIR)
- set(TARBALL_DIR "/Users/Shared/xbmc-depends/xbmc-tarballs")
-endif()
-
include(cmake/scripts/darwin/Macros.cmake)
enable_arc()