Commit 961e1473 authored by Sam Lantinga's avatar Sam Lantinga

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

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4032
parent 367f76c1
...@@ -1930,7 +1930,7 @@ cygwin* | mingw*) ...@@ -1930,7 +1930,7 @@ cygwin* | mingw*)
# See where the system libraries really are - /usr/lib won't cut it # See where the system libraries really are - /usr/lib won't cut it
libuser32=`$CC --print-file-name=libuser32.a` libuser32=`$CC --print-file-name=libuser32.a`
win32libs=`expr $libuser32 : '\(.*\)/.*'` 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 fi
lt_cv_dlopen="LoadLibrary" lt_cv_dlopen="LoadLibrary"
lt_cv_dlopen_libs= lt_cv_dlopen_libs=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment