diff --git a/v1/msvc-tools.jam b/v1/msvc-tools.jam index 4e7336bbf..a2a9e7a37 100644 --- a/v1/msvc-tools.jam +++ b/v1/msvc-tools.jam @@ -129,7 +129,7 @@ rule Link-action ( target implib ? : sources + : target-type ? ) { with-command-file vc-Link $(<) : $(sources) $(NEEDLIBS) ; - if $(target-type) != LIB + if $(target-type) = PYD { MANIFEST on $(target) = $(VC_MANIFEST) ; OUTPUTRESOURCE on $(target) = $(VC_OUTPUTRESOURCE) ;