Ozkan Sezer to slouken
The attached small patch updates SDL's libtoolized files for pe-x86_64 magic, ie win/x64.
This commit is contained in:
parent
b609519a5c
commit
9edcf9bc9b
2 changed files with 2 additions and 2 deletions
|
@ -2560,7 +2560,7 @@ func_win32_libid ()
|
|||
;;
|
||||
*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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue