# HG changeset patch # User Sam Lantinga # Date 989606697 0 # Node ID 667aa8b373a417fdf91606a38f2ae3a51fb27e81 # Parent 57bf11a5efd7aa4b1fc73a5c8fc2d2fe24161d75 Catch up to Cygwin for the location of the Windows API libraries diff -r 57bf11a5efd7 -r 667aa8b373a4 ltconfig --- a/ltconfig Fri May 11 01:13:35 2001 +0000 +++ b/ltconfig Fri May 11 18:44:57 2001 +0000 @@ -1930,7 +1930,7 @@ # 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=