Skip to content

Commit

Permalink
[ci] Enable DirectWrite in win32 tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny authored and behdad committed Apr 16, 2021
1 parent f2240d1 commit a4fb5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/build-win32.sh
Expand Up @@ -2,7 +2,7 @@
set -e

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

rm -rf win32build/harfbuzz-win32
Expand Down

0 comments on commit a4fb5da

Please sign in to comment.