From eec07349e9011b74a80cf558b8874ab0fee12faa Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 15 Dec 2007 23:38:54 +0000 Subject: [PATCH] fixes build issue with openssl on mingw --- Jamfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Jamfile b/Jamfile index eccdeb552..ad1e1f274 100755 --- a/Jamfile +++ b/Jamfile @@ -28,6 +28,12 @@ rule linking ( properties * ) { # exclude gcc from a regular windows build to make mingw # link against the regular unix library name + + if windows in $(properties) + { + result += gdi32 ; + } + if windows in $(properties) && ! gcc in $(properties) { result += ssleay32 @@ -35,7 +41,6 @@ rule linking ( properties * ) advapi32 user32 shell32 - gdi32 ; } else