From f832649fa91f6345ec77388d810e457eaf1b80a9 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Sun, 10 Oct 2021 15:26:03 +0200 Subject: [PATCH] download objdump ref #3 --- images/chr-source/prepare-build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/chr-source/prepare-build.sh b/images/chr-source/prepare-build.sh index 5b451af..0fea01e 100644 --- a/images/chr-source/prepare-build.sh +++ b/images/chr-source/prepare-build.sh @@ -61,4 +61,5 @@ git config user.name "Your Name" echo -e ${RED} -------- running hooks ${NC} gclient runhooks - +echo -e ${RED} -------- download objdump ${NC} +tools/clang/scripts/update.py --package=objdump