diff --git a/src/tools/types/lib.jam b/src/tools/types/lib.jam index 345385f85..2810f9436 100644 --- a/src/tools/types/lib.jam +++ b/src/tools/types/lib.jam @@ -16,6 +16,7 @@ type.set-generated-target-prefix LIB : cygwin : "cyg" ; type.register STATIC_LIB : a lib : LIB ; type.set-generated-target-suffix STATIC_LIB : windows : lib ; +type.set-generated-target-suffix STATIC_LIB : gcc windows : a ; type.set-generated-target-suffix STATIC_LIB : cygwin : lib ; type.set-generated-target-prefix STATIC_LIB : : lib ;