Disable freetype support
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2022-07-24 14:53:24 +02:00
parent bfa6974cfc
commit 9a4d71c212

View File

@@ -448,6 +448,7 @@ wine_build()
cd ${WINEDIR}/build
../configure \
-enable-win64 \
--without-freetype \
--without-x
for TOOL in winedump wmc wrc; do
make -j${CORES} tools/${TOOL}/all