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

Add missing libutil for embedding

[SVN r16630]
This commit is contained in:
Dave Abrahams
2002-12-17 00:20:43 +00:00
parent db457bce7a
commit f2360dc6cb
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ else if $(UNIX)
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_EMBEDDED_LIBRARY = python$(PYTHON_VERSION) dl ;
PYTHON_EMBEDDED_LIBRARY = python$(PYTHON_VERSION) dl util ;
PYTHON_PROPERTIES ?=
<sysinclude>$(PYTHON_INCLUDES)