diff build-scripts/ltmain.sh @ 5102:cce11d33d5c6

Ozkan Sezer to slouken The attached small patch updates SDL's libtoolized files for pe-x86_64 magic, ie win/x64.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 26 Jan 2011 12:23:32 -0800
parents 195eb6d42bf0
children
line wrap: on
line diff
--- a/build-scripts/ltmain.sh	Wed Jan 26 00:03:34 2011 -0800
+++ b/build-scripts/ltmain.sh	Wed Jan 26 12:23:32 2011 -0800
@@ -2560,7 +2560,7 @@
     ;;
   *ar\ archive*) # could be an import, or static
     if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
-       $EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
+       $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null ; then
       win32_nmres=`eval $NM -f posix -A $1 |
 	$SED -n -e '
 	    1,100{