2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00
[SVN r12199]
This commit is contained in:
Dave Abrahams
2002-01-02 18:28:27 +00:00
parent f657e923ab
commit 834fb2071b
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ else if $(UNIX)
PYTHON_VERSION ?= 1.5 ;
PYTHON_ROOT ?= /usr/local ;
PYTHON_INCLUDES ?= $(PYTHON_ROOT)/include/python$(PYTHON_VERSION) ;
PYTHON_LIB_PATH ?= <library-path>$(PYTHON_ROOT)/lib/python$(PYTHON_VERSION)/config ;
PYTHON_LIB_PATH ?= $(PYTHON_ROOT)/lib/python$(PYTHON_VERSION)/config ;
PYTHON_PROPERTIES ?=
<include>$(PYTHON_INCLUDES)
<library-path>$(PYTHON_LIB_PATH)