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

stop linking extensions against the python static library; that turns out to be bogus!

[SVN r12205]
This commit is contained in:
Dave Abrahams
2002-01-03 05:18:10 +00:00
parent e16ca5f49e
commit c5f8600a49
2 changed files with 0 additions and 2 deletions

View File

@@ -61,7 +61,6 @@ else if $(UNIX)
PYTHON_PROPERTIES ?=
<include>$(PYTHON_INCLUDES)
<library-path>$(PYTHON_LIB_PATH)
<find-library>python$(PYTHON_VERSION)
<cxx><*><cflags>"-expect_unresolved 'Py*' -expect_unresolved '_Py*'"
;
}