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

Add libdl for Unix

[SVN r16627]
This commit is contained in:
Dave Abrahams
2002-12-16 22:59:52 +00:00
parent 3bf0c96c41
commit db457bce7a
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) ;
PYTHON_EMBEDDED_LIBRARY = python$(PYTHON_VERSION) dl ;
PYTHON_PROPERTIES ?=
<sysinclude>$(PYTHON_INCLUDES)