Re: [PATCH 1/2] configure: Add cross prefix for widl tool

2022-04-28 Thread Marc-André Lureau
On Thu, Apr 28, 2022 at 10:17 PM Konstantin Kostiuk wrote: > The mingw-w64-tool package in Fedora provides widl tool with a > cross prefix, so adds it automatically for cross builds. > > WIDL env can be used to redefine the path to tool. > The same behavior as with windres. > > Signed-off-by: Kon

[PATCH 1/2] configure: Add cross prefix for widl tool

2022-04-28 Thread Konstantin Kostiuk
The mingw-w64-tool package in Fedora provides widl tool with a cross prefix, so adds it automatically for cross builds. WIDL env can be used to redefine the path to tool. The same behavior as with windres. Signed-off-by: Konstantin Kostiuk --- configure | 3 +++ 1 file changed, 3 insertions(+)