diff --git a/v2/tools/python.jam b/v2/tools/python.jam index 45f18d980..b871c686b 100644 --- a/v2/tools/python.jam +++ b/v2/tools/python.jam @@ -336,8 +336,8 @@ type.register PYTHON_EXTENSION : : SHARED_LIB ; # ordinary library. Therefore, we specify only suffixes # used for generation of targets. type.set-generated-target-suffix PYTHON_EXTENSION : : so ; -type.set-generated-target-suffix PYTHON_EXTENSION : NT : so ; -type.set-generated-target-suffix PYTHON_EXTENSION : CYGWIN : dll ; +type.set-generated-target-suffix PYTHON_EXTENSION : NT : dll ; +type.set-generated-target-suffix PYTHON_EXTENSION : CYGWIN : so ; rule python-extension ( name : sources * : requirements * : default-build * : usage-requirements * )