4 Oct
2023
4 Oct
'23
11:21 a.m.
From: Giovanni Mascellani <gmascellani(a)codeweavers.com> --- gitlab/image.docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/image.docker b/gitlab/image.docker index 8798297cd..c85ee3e57 100644 --- a/gitlab/image.docker +++ b/gitlab/image.docker @@ -30,7 +30,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 ../.. && \ -- GitLab https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/390