2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-28 07:22:31 +00:00

Remove BPL build conditional as it prevents normal build failures.

[SVN r39731]
This commit is contained in:
Rene Rivera
2007-10-06 19:46:39 +00:00
parent abc4abf84a
commit 274a219965

View File

@@ -7,8 +7,6 @@ import modules ;
import python ;
if [ python.configured ] {
project boost/python
: source-location ../src
@@ -70,9 +68,3 @@ lib boost_python
<link>static:<define>BOOST_PYTHON_STATIC_LIB
<link>shared:<define>BOOST_PYTHON_DYNAMIC_LIB
;
}
else
{
ECHO "warning: Python location is not configured" ;
ECHO "warning: the Boost.Python library won't be built" ;
}