From 39cd980008100162ab469505524e40c4bde16489 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 25 Jun 2024 21:26:37 +0200 Subject: [PATCH] Pin freetype version, incompatible change made 5d ago --- nix/build-all.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/build-all.py b/nix/build-all.py index 4a54843ed6..95ba7883d1 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -576,6 +576,7 @@ if "freetype" in targets: download_url = "https://github.com/freetype/freetype", download_name = "freetype2", download_tool=download_tool_git, + revision="VER-2-11-1" ) if USE_OCCT and "occ" in targets: