From a8572849b0b66c06d3fa0086955d1ce58ac6a79a Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Mon, 4 Mar 2019 11:58:16 +0000 Subject: [PATCH] scripts/build_mt: add checkdeps --- scripts/build_mt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build_mt b/scripts/build_mt index 5e3dbfc436..d7b35168df 100755 --- a/scripts/build_mt +++ b/scripts/build_mt @@ -6,6 +6,8 @@ . config/options "" . config/multithread +${SCRIPTS}/checkdeps + # Setup both toolchain cmake configs to avoid potentially racy behaviour later. # Use a fork for host to isolate any variable modifications. ( setup_toolchain host )