2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

Fixed installation/configuration checks

[SVN r13451]
This commit is contained in:
Dave Abrahams
2002-04-11 21:01:10 +00:00
parent c11c181af0
commit 1d9d133cce
2 changed files with 4 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ if $(NT)
PYTHON_ROOT ?= c:/tools/python ;
PYTHON_LIB_PATH ?= $(PYTHON_ROOT)/libs $(PYTHON_ROOT)/PCBuild ;
PYTHON_STDLIB_PATH ?= $(PYTHON_ROOT)/Lib ;
# Locate Python libraries. In the case of MSVC the libraries are
# found implicitly, and GCC/MINGW will use -lpython<version> to
@@ -60,6 +61,7 @@ else if $(UNIX)
PYTHON_ROOT ?= /usr/local ;
PYTHON_INCLUDES ?= $(PYTHON_ROOT)/include/python$(PYTHON_VERSION) ;
PYTHON_LIB_PATH ?= $(PYTHON_ROOT)/lib/python$(PYTHON_VERSION)/config ;
PYTHON_STDLIB_PATH ?= $(PYTHON_ROOT)/lib/python$(PYTHON_VERSION) ;
PYTHON_PROPERTIES ?=
<include>$(PYTHON_INCLUDES)