We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787b79c commit 7e15984Copy full SHA for 7e15984
1 file changed
example/Jamfile.v2
@@ -2,11 +2,9 @@
2
use-project /boost/python : ../build ;
3
4
project
5
- : requirements <library>@/boost/python/boost_python
+ : requirements <library>/boost/python//boost_python
6
;
7
8
-python-extension getting_started1 : getting_started1.cpp : <shared>true ;
9
-python-extension getting_started2 : getting_started2.cpp : <shared>true ;
+python-extension getting_started1 : getting_started1.cpp : <link>shared ;
+python-extension getting_started2 : getting_started2.cpp : <link>shared ;
10
11
-exe embedding_test : embedding_test.cpp : <define>BOOST_PYTHON_DYNAMIC_LIB <shared>true ;
12
-
0 commit comments