mirror of
https://github.com/yawut/SDL.git
synced 2026-07-30 15:09:20 -05:00
Fixed Win64 builds with MingW.
This commit is contained in:
parent
54294f986d
commit
6de89cdd37
|
|
@ -56,12 +56,7 @@ AC_PROG_CC
|
|||
AC_PROG_CXX
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_MAKE_SET
|
||||
if test -z "$host_alias"; then
|
||||
hostaliaswindres=
|
||||
else
|
||||
hostaliaswindres="$host_alias-windres"
|
||||
fi
|
||||
AC_CHECK_PROGS(WINDRES, [windres $hostaliaswindres $host_os-windres])
|
||||
AC_CHECK_TOOL(WINDRES, [windres], [:])
|
||||
|
||||
dnl Set up the compiler and linker flags
|
||||
INCLUDE="-I$srcdir/include"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user