Skip to content

CI: Fix Appveyor printf format error

David Goulet requested to merge dgoulet/tor:ticket40026_035_01 into master

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 (closed)

Merge request reports