mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Only do manifest generation for python modules
[SVN r29194]
This commit is contained in:
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user