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

Removed all libraries from embeded python properties on MacOSX.

[SVN r18537]
This commit is contained in:
Rene Rivera
2003-05-26 04:48:56 +00:00
parent 896ae7a0fc
commit 6e1b15fc51
2 changed files with 2 additions and 2 deletions

View File

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