mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
Bugfix: recognize '.a' as valid extension for libraries, on Cygwin.
Bug reported by Wieger Wesselink. [SVN r18559]
This commit is contained in:
@@ -230,7 +230,7 @@ local rule declare-type ( os * : type : suffixes * : base-type ? : main ? )
|
||||
declare-type NT CYGWIN : OBJ : obj : : main ;
|
||||
declare-type : OBJ : o : : main ;
|
||||
|
||||
declare-type NT CYGWIN : STATIC_LIB : lib : LIB : main ;
|
||||
declare-type NT CYGWIN : STATIC_LIB : lib a : LIB : main ;
|
||||
declare-type : STATIC_LIB : a : LIB : main ;
|
||||
|
||||
declare-type : IMPORT_LIB : : STATIC_LIB : main ;
|
||||
|
||||
Reference in New Issue
Block a user