mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-01-28 13:05:02 -08:00
ci: Build widl for 64 bit.
This commit is contained in:
parent
38a7309758
commit
1ee0cbb627
Notes:
Alexandre Julliard
2023-10-16 22:59:19 +02:00
Approved-by: Conor McCarthy (@cmccarthy) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/390
@ -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 ../.. && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user