From 0746b499e0f83cf255fe00d836ccec837274af4f Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 11 May 2001 18:44:57 +0000 Subject: [PATCH] Catch up to Cygwin for the location of the Windows API libraries --- ltconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltconfig b/ltconfig index 65a07d6f8..0d7884b36 100755 --- a/ltconfig +++ b/ltconfig @@ -1930,7 +1930,7 @@ cygwin* | mingw*) # See where the system libraries really are - /usr/lib won't cut it libuser32=`$CC --print-file-name=libuser32.a` win32libs=`expr $libuser32 : '\(.*\)/.*'` - sys_lib_search_path_spec="$sys_lib_search_path_spec $win32libs" + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api $win32libs" fi lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs=