Skip to content
Snippets Groups Projects
Commit 94f0df9d authored by Edric Milaret's avatar Edric Milaret Committed by Guillaume Roguez
Browse files

logger: Fix for unsupported z formatter on win32

Introduced by commit c974ad81

Issue: #79584
Change-Id: Ia4c16d9dee2bcd2fc32b3494f1b2417b8dca87f6
parent 0e1961b3
No related branches found
No related tags found
No related merge requests found
......@@ -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/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment