From 3f1c315dfedab917ed9bca93ba6155f6bdbc4df5 Mon Sep 17 00:00:00 2001 From: Ryan Lucia Date: Sun, 15 Nov 2020 13:08:33 -0500 Subject: [PATCH] meson: force zlib subproject for freetype --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6f79acee..7bd2ce18d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'