From c7f6164f324979d7a7c12ea893e3f4e7175d2082 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 17 Apr 2025 08:37:16 -0500 Subject: [PATCH] Move include to target. --- build.jam | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.jam b/build.jam index a0bcbdf..e529ce7 100644 --- a/build.jam +++ b/build.jam @@ -17,11 +17,12 @@ constant boost_dependencies : project /boost/circular_buffer : common-requirements - include + ; explicit - [ alias boost_circular_buffer : : : : $(boost_dependencies) ] + [ alias boost_circular_buffer : : : + : include $(boost_dependencies) ] [ alias all : boost_circular_buffer example test ] ;