forked from mia/Aegisub
meson: force zlib subproject for freetype
This commit is contained in:
parent
abec21f4e0
commit
3f1c315dfe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
|||
|
||||
- name: Configure (Windows)
|
||||
if: matrix.config.os == 'windows-latest'
|
||||
run: meson build -Db_vscrt=mdd -Ddefault_library=static
|
||||
run: meson build -Db_vscrt=mdd -Ddefault_library=static -Dfreetype2:zlib=system --force-fallback-for=zlib
|
||||
|
||||
- name: Configure (Linux)
|
||||
if: matrix.config.os == 'ubuntu-latest'
|
||||
|
|
Loading…
Reference in a new issue