From 093c3067e8ee9f1ff203bca4b7491ae22cf6853c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 13 Jul 2020 21:11:48 +0200 Subject: [PATCH] Don't use windres --use-temp-file option According to the manual, it should only be needed for Win9x systems not supported since a long time anyhow and this option is apparently buggy in recent MinGW binutils as it results in build errors when used, see https://github.com/msys2/MINGW-packages/issues/6558 Closes https://github.com/wxWidgets/wxWidgets/pull/1961 --- build/bakefiles/config.bkl | 2 +- build/msw/config.gcc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/bakefiles/config.bkl b/build/bakefiles/config.bkl index 1e5459260c..bf295d7ec2 100644 --- a/build/bakefiles/config.bkl +++ b/build/bakefiles/config.bkl @@ -519,7 +519,7 @@ Set the version of your Mingw installation here.