From 919231b0961bc069c56b4c6fa102be212366641a Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 17 Nov 2025 18:46:40 +0500 Subject: [PATCH] build-all.py - remove outdated comment --- nix/build-all.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/nix/build-all.py b/nix/build-all.py index 0cf0010e7e..e625c7c13b 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -941,8 +941,6 @@ if "pcre2" in targets: download_name=f"pcre2-{PCRE2_VERSION}.tar.bz2", ) -# An issue exists with swig-1.3 and python >= 3.2 -# Therefore, build a recent copy from source if "swig" in targets: build_dependency( name="swig",