mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
logger: Fix for unsupported z formatter on win32
Introduced by commit c974ad8183
Issue: #79584
Change-Id: Ia4c16d9dee2bcd2fc32b3494f1b2417b8dca87f6
This commit is contained in:

committed by
Guillaume Roguez

parent
0e1961b34b
commit
94f0df9db7
@ -76,7 +76,7 @@ case "${host_os}" in
|
||||
|
||||
AC_DEFINE([WIN32_LEAN_AND_MEAN],, [Define to limit the scope of <windows.h>.])
|
||||
|
||||
CPPFLAGS+="-D_WIN32_WINNT=0x0601 -DWINVER=0x0601"
|
||||
CPPFLAGS+="-D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__USE_MINGW_ANSI_STDIO=1"
|
||||
LDFLAGS+="-no-undefined -avoid-version -Wl,--nxcompat -Wl,--dynamicbase"
|
||||
ac_default_prefix="`pwd`/_win32"
|
||||
DESTDIR="`pwd`/_win32/"
|
||||
|
Reference in New Issue
Block a user