build-all.py - remove 'rel-' from swig tags

As they were used by the older versions and no longer provided after 4.1.0, see https://github.com/swig/swig/tags
This commit is contained in:
Andrej730
2025-09-16 12:30:34 +05:00
parent aedae0b3c1
commit 71e59fe4c2
+1 -1
View File
@@ -740,7 +740,7 @@ if "swig" in targets:
download_url="https://github.com/swig/swig.git",
download_name="swig",
download_tool=download_tool_git,
revision=f"rel-{SWIG_VERSION}",
revision=f"v{SWIG_VERSION}",
)
if "freetype" in targets: