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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user