Skip to content

Commit 217e4ca

Browse files
committed
Repair auto-configuration and allow this project to work with --build-dir
[SVN r37829]
1 parent f2f47f8 commit 217e4ca

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

example/quickstart/Jamroot

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@
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-
: ../../../.. ;
8+
: s:/rcboost ;
99

1010
# Set up the project-wide requirements that everything uses the
1111
# boost_python library defined in the project whose global ID is
1212
# /boost/python.
13-
project
14-
: requirements <library>/boost/python//boost_python ;
13+
project boost-python-quickstart
14+
: requirements <library>/boost/python//boost_python
15+
;
16+
17+
# Make the definition of the python-extension rule available
18+
import python ;
1519

1620
# Declare a Python extension called hello.
1721
python-extension extending : extending.cpp ;

0 commit comments

Comments
 (0)