[ci] Enable DirectWrite in win32 tarballs
This commit is contained in:
parent
f2240d12c2
commit
a4fb5da984
|
@ -2,7 +2,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
meson --cross-file=.ci/win32-cross-file.txt win32build --wrap-mode=forcefallback -Dtests=disabled \
|
meson --cross-file=.ci/win32-cross-file.txt win32build --wrap-mode=forcefallback -Dtests=disabled \
|
||||||
-Dglib=enabled -Dfreetype=enabled -Dgdi=enabled -Dcairo=enabled --buildtype=release $@
|
-Dglib=enabled -Dfreetype=enabled -Dgdi=enabled -Ddirectwrite=enabled -Dcairo=enabled --buildtype=release $@
|
||||||
ninja -Cwin32build -j3 # building with all the cores won't work fine with CricleCI for some reason
|
ninja -Cwin32build -j3 # building with all the cores won't work fine with CricleCI for some reason
|
||||||
|
|
||||||
rm -rf win32build/harfbuzz-win32
|
rm -rf win32build/harfbuzz-win32
|
||||||
|
|
Loading…
Reference in New Issue