diff --git a/example/Jamrules b/example/Jamrules index 80946472..9819a6e3 100755 --- a/example/Jamrules +++ b/example/Jamrules @@ -3,4 +3,5 @@ # Edit this path to point at the root directory of your Boost # installation. Absolute paths work, too. -project boost : ../../.. ; +path-global BOOST_ROOT : ../../.. ; +project boost : $(BOOST_ROOT) ;