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

PYTHON_EMBEDDED_LIBRARY: Don't require 'util' library

[SVN r28800]
This commit is contained in:
Caleb Epstein
2005-05-11 02:07:30 +00:00
parent 7a627c045a
commit f06ce0cb30

View File

@@ -69,7 +69,7 @@ else if $(UNIX) && $(OS) = MACOSX
}
else
{
PYTHON_EMBEDDED_LIBRARY = python$(PYTHON_VERSION) dl util ;
PYTHON_EMBEDDED_LIBRARY = python$(PYTHON_VERSION) dl ;
}