File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,12 +28,11 @@ import python ;
2828
2929# Declare a Python extension called getting_started1
3030extension getting_started1
31- : # sources
32- getting_started1.cpp
33- <template>@boost/libs/python/build/extension
31+ : # sources
32+ getting_started1.cpp
3433
35- # dependencies
36- # <dll >@boost/libs/python/build/boost_python
34+ # requirements and dependencies for Boost.Python extensions
35+ <template >@boost/libs/python/build/extension
3736 ;
3837
3938# Declare a test for the extension module
@@ -52,9 +51,8 @@ extension getting_started2
5251: # sources
5352 getting_started2.cpp
5453
55- # dependencies
54+ # requirements and dependencies for Boost.Python extensions
5655 <template>@boost/libs/python/build/extension
57- # <dll>@boost/libs/python/build/boost_python
5856 ;
5957
6058# Declare a test for the extension module
You can’t perform that action at this time.
0 commit comments