evil: add missing define specific to Windows build.

It is an optional flags that just shutdown useless warning at build time.
This commit is contained in:
Cedric Bail 2013-10-31 14:39:21 +09:00
parent 6e043dfb44
commit 88912c06a8
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ case "$host_os" in
# TODO: check cygwin* here
have_win32="yes"
have_windows="yes"
EFL_CFLAGS="${EFL_CFLAGS} -D__MINGW_PRINTF_FORMAT"
;;
darwin*)
have_darwin="yes"