build-all.py - remove outdated comment

This commit is contained in:
Andrej730
2025-11-17 18:46:40 +05:00
parent cead5cc75d
commit 919231b096
-2
View File
@@ -941,8 +941,6 @@ if "pcre2" in targets:
download_name=f"pcre2-{PCRE2_VERSION}.tar.bz2", 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: if "swig" in targets:
build_dependency( build_dependency(
name="swig", name="swig",