From 8d541bc8445355647c206fdc1f98abbc6f052d20 Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Fri, 13 Feb 2009 20:51:25 +0000 Subject: [PATCH] Use .dll extension for shared libraries on cygwin. Fixes #2734 [SVN r51241] --- src/tools/types/lib.jam | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/types/lib.jam b/src/tools/types/lib.jam index 45446cbe1..c343b788a 100644 --- a/src/tools/types/lib.jam +++ b/src/tools/types/lib.jam @@ -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 : windows : dll ; +type.set-generated-target-suffix SHARED_LIB : cygwin : dll ; type.set-generated-target-suffix SHARED_LIB : darwin : dylib ; type SEARCHED_LIB : : LIB ;