mirror of https://github.com/odrling/Aegisub
meson: force zlib subproject for freetype
This commit is contained in:
parent
abec21f4e0
commit
3f1c315dfe
|
@ -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 New Issue