Catch up to Cygwin for the location of the Windows API libraries

This commit is contained in:
Sam Lantinga 2001-05-11 18:44:57 +00:00
parent 33d0e09bf7
commit bdd0dc3cd7

View File

@ -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=