From 0bf3d971a05faa7ccdd618518cf81aea4766ef27 Mon Sep 17 00:00:00 2001 From: Klemens Morgenstern Date: Sun, 23 Oct 2022 21:26:17 +0800 Subject: [PATCH] get-boost.sh fetches describe. This is a new dependency in boost.json, which is uesd in examples. --- tools/get-boost.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/get-boost.sh b/tools/get-boost.sh index 2cceb727..3f2d2c05 100755 --- a/tools/get-boost.sh +++ b/tools/get-boost.sh @@ -29,6 +29,7 @@ git submodule update --init --depth 20 --jobs 4 \ libs/assert \ libs/config \ libs/core \ + libs/describe \ libs/endian \ libs/filesystem \ libs/intrusive \