mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
Use libwhatever.a naming for static libraries on mingw, as that matches
how all libraries shipped with mingw are named. Further, we previously used libwhatever.lib, and the linker never searched for this spelling. [SVN r57816]
This commit is contained in:
@@ -16,6 +16,7 @@ type.set-generated-target-prefix LIB : <target-os>cygwin : "cyg" ;
|
||||
type.register STATIC_LIB : a lib : LIB ;
|
||||
|
||||
type.set-generated-target-suffix STATIC_LIB : <target-os>windows : lib ;
|
||||
type.set-generated-target-suffix STATIC_LIB : <toolset>gcc <target-os>windows : a ;
|
||||
type.set-generated-target-suffix STATIC_LIB : <target-os>cygwin : lib ;
|
||||
type.set-generated-target-prefix STATIC_LIB : : lib ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user