mirror of
https://github.com/yawut/SDL.git
synced 2026-08-02 16:33:52 -05:00
Catch up to Cygwin for the location of the Windows API libraries
This commit is contained in:
parent
33d0e09bf7
commit
bdd0dc3cd7
2
ltconfig
2
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=
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user