From 0e251df6ff5580611eb531bca3363e89499cf76c Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 10 Oct 2025 13:53:12 +0500 Subject: [PATCH] build-all.py - bump freetype to avoid issues on cmake 4+ --- nix/build-all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/build-all.py b/nix/build-all.py index 681095714b..6e38ef8294 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -875,7 +875,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", + revision="VER-2-14-0", ) if USE_OCCT and "occ" in targets: