Skip to content

Commit 5cd8cce

Browse files
committed
Set up BOOST_ROOT before import python has a chance to use it.
[SVN r19974]
1 parent 6a2a76c commit 5cd8cce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

example/Jamrules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33

44
# Edit this path to point at the root directory of your Boost
55
# installation. Absolute paths work, too.
6-
project boost : ../../.. ;
6+
path-global BOOST_ROOT : ../../.. ;
7+
project boost : $(BOOST_ROOT) ;

0 commit comments

Comments
 (0)