From 1ee0cbb627997694263be5e3b0f857bb04c36482 Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Tue, 26 Sep 2023 16:33:09 +0200 Subject: [PATCH] ci: Build widl for 64 bit. --- gitlab/image.docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/image.docker b/gitlab/image.docker index dd6923cb..ec63dee4 100644 --- a/gitlab/image.docker +++ b/gitlab/image.docker @@ -29,7 +29,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; \ cd wine && \ mkdir build && \ cd build && \ - ../configure --without-x --without-freetype && \ + ../configure --enable-win64 --without-x --without-freetype && \ make tools/widl/widl && \ cp tools/widl/widl /usr/local/bin && \ cd ../.. && \