From a346c577cfa7ac8d79c8439fdd22fd590501e387 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 31 May 2007 22:03:06 +0000 Subject: [PATCH] Fix the abolute reference to the Boost sources inserted by Dave. [SVN r37837] --- example/quickstart/Jamroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/quickstart/Jamroot b/example/quickstart/Jamroot index b3f73b8a..72924a27 100755 --- a/example/quickstart/Jamroot +++ b/example/quickstart/Jamroot @@ -5,7 +5,7 @@ # Specify the path to the Boost project. If you move this project, # adjust the path to refer to the Boost root directory. use-project boost - : s:/rcboost ; + : ../../../.. ; # Set up the project-wide requirements that everything uses the # boost_python library defined in the project whose global ID is