From 0c3fbfa2b84e50c490f464d743c4e3b077c0887c 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 60ce154806..fabf1ef730 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -873,7 +873,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: