mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
Use .dll extension for shared libraries on cygwin. Fixes #2734
[SVN r51241]
This commit is contained in:
@@ -25,6 +25,7 @@ type.set-generated-target-prefix IMPORT_LIB : : "" ;
|
||||
|
||||
type.register SHARED_LIB : so dll dylib : LIB ;
|
||||
type.set-generated-target-suffix SHARED_LIB : <target-os>windows : dll ;
|
||||
type.set-generated-target-suffix SHARED_LIB : <target-os>cygwin : dll ;
|
||||
type.set-generated-target-suffix SHARED_LIB : <target-os>darwin : dylib ;
|
||||
|
||||
type SEARCHED_LIB : : LIB ;
|
||||
|
||||
Reference in New Issue
Block a user