2
0
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:
Vladimir Prus
2003-05-27 14:23:51 +00:00
parent 3fb20369d8
commit bb73dfd63a

View File

@@ -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 ;