From c5f8600a4947a0a4bddd0974a515fe0b4eb1074b Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 3 Jan 2002 05:18:10 +0000 Subject: [PATCH] stop linking extensions against the python static library; that turns out to be bogus! [SVN r12205] --- python.jam | 1 - v1/python.jam | 1 - 2 files changed, 2 deletions(-) diff --git a/python.jam b/python.jam index 9602d711f..355449807 100644 --- a/python.jam +++ b/python.jam @@ -61,7 +61,6 @@ else if $(UNIX) PYTHON_PROPERTIES ?= $(PYTHON_INCLUDES) $(PYTHON_LIB_PATH) - python$(PYTHON_VERSION) <*>"-expect_unresolved 'Py*' -expect_unresolved '_Py*'" ; } diff --git a/v1/python.jam b/v1/python.jam index 9602d711f..355449807 100644 --- a/v1/python.jam +++ b/v1/python.jam @@ -61,7 +61,6 @@ else if $(UNIX) PYTHON_PROPERTIES ?= $(PYTHON_INCLUDES) $(PYTHON_LIB_PATH) - python$(PYTHON_VERSION) <*>"-expect_unresolved 'Py*' -expect_unresolved '_Py*'" ; }