aboutsummaryrefslogtreecommitdiff
path: root/depends/builders
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2024-01-10 19:01:49 +0000
committerCory Fields <cory-nospam-@coryfields.com>2024-01-26 19:52:52 +0000
commit5b9d5bf866506b22270598aa2dc1269bc02e38e2 (patch)
tree40a1d7c995c25fe60e83ef31df6668e25834681d /depends/builders
parent3ef6563495428d605409089b2267e18f2bf491f9 (diff)
downloadbitcoin-5b9d5bf866506b22270598aa2dc1269bc02e38e2.tar.xz
depends: remove (darwin) libtool now that it's no longer used
Note that this is completely unrelated to gnu usage of libtool.
Diffstat (limited to 'depends/builders')
-rw-r--r--depends/builders/darwin.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/depends/builders/darwin.mk b/depends/builders/darwin.mk
index eb64c97f64..a5f07643de 100644
--- a/depends/builders/darwin.mk
+++ b/depends/builders/darwin.mk
@@ -16,7 +16,6 @@ darwin_CXX:=$(shell xcrun -f clang++) -stdlib=libc++ -isysroot$(shell xcrun --sh
darwin_AR:=$(shell xcrun -f ar)
darwin_RANLIB:=$(shell xcrun -f ranlib)
darwin_STRIP:=$(shell xcrun -f strip)
-darwin_LIBTOOL:=$(shell xcrun -f libtool)
darwin_OTOOL:=$(shell xcrun -f otool)
darwin_NM:=$(shell xcrun -f nm)
darwin_INSTALL_NAME_TOOL:=$(shell xcrun -f install_name_tool)