depends: remove (darwin) libtool now that it's no longer used

Note that this is completely unrelated to gnu usage of libtool.
This commit is contained in:
Cory Fields
2024-01-10 19:01:49 +00:00
parent 3ef6563495
commit 5b9d5bf866
5 changed files with 2 additions and 6 deletions

View File

@@ -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)