]> git.ipfire.org Git - thirdparty/tor.git/commit
CI: Fix Appveyor printf format error
authorDavid Goulet <dgoulet@torproject.org>
Tue, 7 Jul 2020 13:20:28 +0000 (09:20 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 7 Jul 2020 13:53:54 +0000 (09:53 -0400)
commitd9cc2b2928eab045f89d0abf95a9e5c75e290ff8
tree85810de918732ecbbe6e4409bf2ee6e8f7275f5c
parent39830b6408f8a720ce71ccb6b853663c6e6047e9
CI: Fix Appveyor printf format error

For some reasons, Appveyor started to use the stdio printf format for 64 bit
values (PRIu64, ...). Mingw doesn't like that so force it to use the Windows
specific macros by setting D__USE_MINGW_ANSI_STDIO=0.

Fixes #40026
.appveyor.yml
changes/ticket40026 [new file with mode: 0644]