We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b93f2f commit 5cc3346Copy full SHA for 5cc3346
1 file changed
test/Jamfile.v2
@@ -2,6 +2,8 @@
2
use-project /boost/python : ../build ;
3
project /boost/python/test ;
4
5
+project : requirements <threading>multi ;
6
+
7
rule py-run ( sources * )
8
{
9
return [ run $(sources) /boost/python//boost_python ] ;
0 commit comments