Skip to content

Commit f87594d

Browse files
committed
build: No need to provide defaults for darwin-specific tools
1 parent 80cd993 commit f87594d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

depends/builders/default.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ default_build_TAR = tar
55
default_build_RANLIB = ranlib
66
default_build_STRIP = strip
77
default_build_NM = nm
8-
default_build_OTOOL = otool
9-
default_build_INSTALL_NAME_TOOL = install_name_tool
108

119
define add_build_tool_func
1210
build_$(build_os)_$1 ?= $$(default_build_$1)

depends/hosts/default.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ default_host_AR = $(host_toolchain)ar
88
default_host_RANLIB = $(host_toolchain)ranlib
99
default_host_STRIP = $(host_toolchain)strip
1010
default_host_LIBTOOL = $(host_toolchain)libtool
11-
default_host_INSTALL_NAME_TOOL = $(host_toolchain)install_name_tool
12-
default_host_OTOOL = $(host_toolchain)otool
1311
default_host_NM = $(host_toolchain)nm
1412

1513
define add_host_tool_func

0 commit comments

Comments
 (0)