From 713917981cf5d2394a3b8d063831e47bf2b1ba4c Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 14 Apr 2025 19:16:45 -0500 Subject: [PATCH] Move include to target. --- build.jam | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.jam b/build.jam index fa421d3..3c082c6 100644 --- a/build.jam +++ b/build.jam @@ -9,12 +9,11 @@ constant boost_dependencies : /boost/config//boost_config ; project /boost/typeof - : common-requirements - include ; explicit - [ alias boost_typeof : : : : $(boost_dependencies) ] + [ alias boost_typeof : : : + : include $(boost_dependencies) ] [ alias all : boost_typeof test ] ;