diff options
author | Howard Chu <hyc@symas.com> | 2022-05-05 16:29:11 +0100 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2022-05-09 17:38:48 +0100 |
commit | 7ea1e214c5db6c48e405f8bb3ede8f5ec9b876db (patch) | |
tree | f0d36df5c5295c83ec6489910f6447743f1a7c21 /contrib/depends/Makefile | |
parent | Silence some protobuf link warnings (diff) | |
download | monero-7ea1e214c5db6c48e405f8bb3ede8f5ec9b876db.tar.xz |
Make Mac SDK into a regular depends package
Diffstat (limited to 'contrib/depends/Makefile')
-rw-r--r-- | contrib/depends/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/depends/Makefile b/contrib/depends/Makefile index 9ffe8a106..3df1d677e 100644 --- a/contrib/depends/Makefile +++ b/contrib/depends/Makefile @@ -2,7 +2,6 @@ SOURCES_PATH ?= $(BASEDIR)/sources BASE_CACHE ?= $(BASEDIR)/built -SDK_PATH ?= $(BASEDIR)/SDKs FALLBACK_DOWNLOAD_PATH ?= https://downloads.getmonero.org/depends-sources BUILD = $(shell ./config.guess) @@ -185,7 +184,6 @@ $(host_prefix)/share/toolchain.cmake : toolchain.cmake.in $(host_prefix)/.stamp_ -e 's|@build_tests@|$(build_tests)|' \ -e 's|@depends@|$(host_cmake)|' \ -e 's|@prefix@|$($(host_arch)_$(host_os)_prefix)|'\ - -e 's|@sdk@|$(SDK_PATH)|'\ -e 's|@arch@|$(host_arch)|'\ $< > $@ $(AT)touch $@ |