Skip to content

Commit a346c57

Browse files
committed
Fix the abolute reference to the Boost sources inserted by Dave.
[SVN r37837]
1 parent 217e4ca commit a346c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/quickstart/Jamroot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Specify the path to the Boost project. If you move this project,
66
# adjust the path to refer to the Boost root directory.
77
use-project boost
8-
: s:/rcboost ;
8+
: ../../../.. ;
99

1010
# Set up the project-wide requirements that everything uses the
1111
# boost_python library defined in the project whose global ID is

0 commit comments

Comments
 (0)