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

Merged from 1.33.0 release

[SVN r30540]
This commit is contained in:
Douglas Gregor
2005-08-12 13:02:37 +00:00
parent 002135d1bc
commit ea84e350dc
12 changed files with 4790 additions and 41 deletions

View File

@@ -428,13 +428,6 @@ rule Link-PYD
if $(UNIX)
{
LINK_LIBPATH on $(<) = [ join $(gRUN_LD_LIBRARY_PATH($(<))) : $(SPLITPATH) ] ;
if $(OS) = AIX
{
# explicitly designate the exported init<module> function
LINKFLAGS on $(<) += "-e init$(<[1]:B)" ;
Aix-Implib-Action $(<) : $(>) ;
}
}
gRUN_PYTHONPATH($(<)) += $(gLOCATE($(<[1]))) ;
.do-link $(<) : $(>) : PYD ;