mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-31 02:01:50 +02:00
build: No need to provide defaults for darwin-specific tools
This commit is contained in:
@@ -5,8 +5,6 @@ default_build_TAR = tar
|
||||
default_build_RANLIB = ranlib
|
||||
default_build_STRIP = strip
|
||||
default_build_NM = nm
|
||||
default_build_OTOOL = otool
|
||||
default_build_INSTALL_NAME_TOOL = install_name_tool
|
||||
|
||||
define add_build_tool_func
|
||||
build_$(build_os)_$1 ?= $$(default_build_$1)
|
||||
|
Reference in New Issue
Block a user