Skip to content

Commit

Permalink
Catch up to Cygwin for the location of the Windows API libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed May 11, 2001
1 parent 2b4b30d commit 0746b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ltconfig
Expand Up @@ -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=
Expand Down

0 comments on commit 0746b49

Please sign in to comment.