Fix #19772.
Steps to reproduce the bug on master (4f223e93e9c097c96a1655f9125aec463892da9c):
0$ make -C depends HOST=x86_64-w64-mingw32 DEBUG=1 NO_QT=1 NO_QR=1 NO_ZMQ=1 NO_WALLET=1 NO_UPNP=1 NO_NATPMP=1
1$ ./autogen.sh
2$ CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --disable-wallet --disable-tests --disable-bench --without-utils --without-daemon --without-gui
3$ make clean
4$ make
5...