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

Quick bug fixes for python

[SVN r13252]
This commit is contained in:
Dave Abrahams
2002-03-24 05:04:38 +00:00
parent b95d2fed2c
commit da49104c65
4 changed files with 6 additions and 4 deletions

View File

@@ -262,6 +262,7 @@ PYDMODE = $(DLLMODE) ;
SHARED_TYPES += PYD ;
gTARGET_TYPE_ID(pyd) = PYD ;
gIS_DEPENDENCY(PYD) = TRUE ;
# Declare a python extension.
rule extension ( name : sources + : requirements * : default-BUILD * )