mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07: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 && \
|
cd wine && \
|
||||||
mkdir build && \
|
mkdir build && \
|
||||||
cd build && \
|
cd build && \
|
||||||
../configure --without-x --without-freetype && \
|
../configure --enable-win64 --without-x --without-freetype && \
|
||||||
make tools/widl/widl && \
|
make tools/widl/widl && \
|
||||||
cp tools/widl/widl /usr/local/bin && \
|
cp tools/widl/widl /usr/local/bin && \
|
||||||
cd ../.. && \
|
cd ../.. && \
|
||||||
|
Loading…
Reference in New Issue
Block a user