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

@@ -6,7 +6,6 @@ $(1)_objc=$$($$($(1)_type)_OBJC)
$(1)_objcxx=$$($$($(1)_type)_OBJCXX)
$(1)_ar=$$($$($(1)_type)_AR)
$(1)_ranlib=$$($$($(1)_type)_RANLIB)
$(1)_libtool=$$($$($(1)_type)_LIBTOOL)
$(1)_nm=$$($$($(1)_type)_NM)
$(1)_cflags=$$($$($(1)_type)_CFLAGS) \
$$($$($(1)_type)_$$(release_type)_CFLAGS)