Index: tools/build/v2/tools/types/lib.jam =================================================================== --- tools/build/v2/tools/types/lib.jam (revision 51080) +++ tools/build/v2/tools/types/lib.jam (working copy) @@ -25,6 +25,7 @@ type.register SHARED_LIB : so dll dylib : LIB ; type.set-generated-target-suffix SHARED_LIB : windows : dll ; +type.set-generated-target-suffix SHARED_LIB : cygwin : dll ; type.set-generated-target-suffix SHARED_LIB : darwin : dylib ; type SEARCHED_LIB : : LIB ;