We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f47f8 commit 217e4caCopy full SHA for 217e4ca
example/quickstart/Jamroot
@@ -5,13 +5,17 @@
5
# Specify the path to the Boost project. If you move this project,
6
# adjust the path to refer to the Boost root directory.
7
use-project boost
8
- : ../../../.. ;
+ : s:/rcboost ;
9
10
# Set up the project-wide requirements that everything uses the
11
# boost_python library defined in the project whose global ID is
12
# /boost/python.
13
-project
14
- : requirements <library>/boost/python//boost_python ;
+project boost-python-quickstart
+ : requirements <library>/boost/python//boost_python
15
+ ;
16
+
17
+# Make the definition of the python-extension rule available
18
+import python ;
19
20
# Declare a Python extension called hello.
21
python-extension extending : extending.cpp ;
0 commit comments