2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 17:32:55 +00:00
Files
python/build/__init__.py
2002-04-01 21:47:16 +00:00

15 lines
653 B
Python

# Dummy file actually to be included by Jam when the python headers
# can't be found
if ! $(gNO_PYTHON_INSTALL)
{
ECHO Couldn't find Python $(PYTHON_VERSION) installation in $(PYTHON_ROOT) ;
ECHO skipping Boost.Python library build ;
ECHO You can configure the location of your python installation, by setting: ;
ECHO PYTHON_ROOT - currently \"$(PYTHON_ROOT)\" ;
ECHO PYTHON_VERSION - currently \"$(PYTHON_VERSION)\" ;
ECHO PYTHON_INCLUDES - configured from PYTHON_ROOT, currently \"$(PYTHON_INCLUDES)\" ;
ECHO PYTHON_LIB_PATH - configured from PYTHON_ROOT, currently \"$(PYTHON_LIB_PATH)\" ;
}
gNO_PYTHON_INSTALL ?= true ;