Skip to content

Commit bcf864f

Browse files
committed
Attempt to handle derived target types
[SVN r16224]
1 parent 0168d8f commit bcf864f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/Jamfile.v2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ project
55
: requirements <library>@/boost/python/boost_python
66
;
77

8-
lib getting_started1 : getting_started1.cpp : <shared>true ;
9-
lib getting_started2 : getting_started2.cpp : <shared>true ;
8+
python-extension getting_started1 : getting_started1.cpp : <shared>true ;
9+
python-extension getting_started2 : getting_started2.cpp : <shared>true ;
1010

0 commit comments

Comments
 (0)