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

Fix manifest generation yet again.

[SVN r29231]
This commit is contained in:
Dave Abrahams
2005-05-26 17:12:59 +00:00
parent 05d64fbddb
commit 7cb7380cc3

View File

@@ -129,7 +129,7 @@ rule Link-action ( target implib ? : sources + : target-type ? )
{
with-command-file vc-Link $(<) : $(sources) $(NEEDLIBS) ;
if $(target-type) = PYD
if $(target-type) in $(SHARED_TYPES)
{
MANIFEST on $(target) = $(VC_MANIFEST) ;
OUTPUTRESOURCE on $(target) = $(VC_OUTPUTRESOURCE) ;