From 281a5271da75f3b6e0d3307bfd8cd270d1fe61fa Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 5 Oct 2002 20:02:08 +0000 Subject: [PATCH] Make AIX work again [SVN r15742] --- build/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Jamfile b/build/Jamfile index 97d8222e..b5f45314 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -20,7 +20,7 @@ if [ check-python-config ] if $(UNIX) && ( $(OS) = AIX ) { - bpl-linkflags = "-e initlibbpl" ; + bpl-linkflags = "-e initlibboost_python" ; } dll boost_python