mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
d9cc2b2928
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
4 lines
162 B
Plaintext
4 lines
162 B
Plaintext
o Minor bugfix (CI, Windows):
|
|
- Don't use stdio 64 bit printf format when compiling with MINGW on
|
|
Appveyor. Fixes bug 40026; bugfix on 0.3.5.5-alpha.
|