From 4837e92bdebfcb5444c8605f08d89513ff64d777 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Wed, 3 Sep 2025 03:25:55 +0300 Subject: [PATCH] Install boost_cobalt_io_ssl by default. Make sure boost_cobalt_io_ssl library is built and installed by default when Boost as a whole or Boost.Cobalt is built (i.e. when the user runs b2 in libs/cobalt). --- build.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.jam b/build.jam index e10feb51..071a6164 100644 --- a/build.jam +++ b/build.jam @@ -39,6 +39,6 @@ explicit ; call-if : boost-library cobalt - : install boost_cobalt boost_cobalt_io + : install boost_cobalt boost_cobalt_io boost_cobalt_io_ssl ;