changeset 31:667aa8b373a4

Catch up to Cygwin for the location of the Windows API libraries
author Sam Lantinga <slouken@lokigames.com>
date Fri, 11 May 2001 18:44:57 +0000
parents 57bf11a5efd7
children 13ae3bc6e39a
files ltconfig
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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=