mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 06:02:14 +00:00
Move definition of BOOST_PYTHON_SUPPRESS_REGISTRY_INITIALIZATION back
where it belongs. [SVN r35076]
This commit is contained in:
@@ -4,7 +4,13 @@ project /boost/python/test ;
|
||||
|
||||
rule py-run ( sources * )
|
||||
{
|
||||
return [ run $(sources) /boost/python//boost_python /python//python ] ;
|
||||
return [ run $(sources) /boost/python//boost_python /python//python
|
||||
: # args
|
||||
: # input files
|
||||
: #requirements
|
||||
<define>BOOST_PYTHON_SUPPRESS_REGISTRY_INITIALIZATION
|
||||
|
||||
] ;
|
||||
}
|
||||
|
||||
rule py-compile ( sources * )
|
||||
@@ -18,10 +24,6 @@ rule py-compile-fail ( sources * )
|
||||
}
|
||||
|
||||
|
||||
project :
|
||||
requirements <define>BOOST_PYTHON_SUPPRESS_REGISTRY_INITIALIZATION
|
||||
;
|
||||
|
||||
|
||||
#template py-unit-test
|
||||
# :
|
||||
|
||||
Reference in New Issue
Block a user