summaryrefslogtreecommitdiff
path: root/core/toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'core/toolchain')
-rw-r--r--core/toolchain/common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/toolchain/common.mk b/core/toolchain/common.mk
index fd27257..59a72e0 100644
--- a/core/toolchain/common.mk
+++ b/core/toolchain/common.mk
@@ -53,6 +53,9 @@ EMBTK_TOOLCHAIN_PREDEPS-y += pkgconf_host_install
ifeq ($(embtk_buildhost_os_type),bsd)
EMBTK_TOOLCHAIN_PREDEPS-y += gsed_host_install gmake_host_install
endif
+ifeq ($(embtk_buildhost_os),macos)
+EMBTK_TOOLCHAIN_PREDEPS-y += findutils_host_install
+endif
#
# Toolchain macros evaluating if core and addons need to be built