We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0168d8f commit bcf864fCopy full SHA for bcf864f
1 file changed
example/Jamfile.v2
@@ -5,6 +5,6 @@ project
5
: requirements <library>@/boost/python/boost_python
6
;
7
8
-lib getting_started1 : getting_started1.cpp : <shared>true ;
9
-lib getting_started2 : getting_started2.cpp : <shared>true ;
+python-extension getting_started1 : getting_started1.cpp : <shared>true ;
+python-extension getting_started2 : getting_started2.cpp : <shared>true ;
10
0 commit comments