From ca38bcab984f8b92865bee244eebcd6c4776995b Mon Sep 17 00:00:00 2001 From: Kenneth Heafield Date: Mon, 21 Nov 2011 18:07:30 -0500 Subject: [PATCH] Stop bjam from complaining that a toolset isn't configured --- Jamroot | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jamroot b/Jamroot index b3d38573d..2e047ffb1 100644 --- a/Jamroot +++ b/Jamroot @@ -26,10 +26,12 @@ #-j$NCPUS to compile in parallel #clean to clean +#Other compilers might work, but this stops bjam from whining. +using gcc ; + path-constant TOP : . ; import option ; - import boost ; boost.use-project ; #If boost static libraries are not installed, use dynamic linking.