Ticket #2734: lib.jam.patch

File lib.jam.patch, 547 bytes (added by Steven Watanabe, 14 years ago)
  • tools/build/v2/tools/types/lib.jam

     
    2525
    2626type.register SHARED_LIB : so dll dylib : LIB ;
    2727type.set-generated-target-suffix SHARED_LIB : <target-os>windows : dll ;
     28type.set-generated-target-suffix SHARED_LIB : <target-os>cygwin : dll ;
    2829type.set-generated-target-suffix SHARED_LIB : <target-os>darwin : dylib ;
    2930
    3031type SEARCHED_LIB : : LIB ;