From 38d03ab2eadbed7212b602c9df609e31a41616a7 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 17 Apr 2025 09:06:30 -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 f8d2f10..728691c 100644 --- a/build.jam +++ b/build.jam @@ -12,12 +12,11 @@ constant boost_dependencies : /boost/python//boost_python ; project /boost/parameter_python - : common-requirements - include ; explicit - [ alias boost_parameter_python : : : : $(boost_dependencies) ] + [ alias boost_parameter_python : : : + : include $(boost_dependencies) ] [ alias all : boost_parameter_python test ] ;