mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
bug fix
[SVN r12199]
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user