mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 08:33:10 +00:00
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:
+1
-1
@@ -740,7 +740,7 @@ if "swig" in targets:
|
|||||||
download_url="https://github.com/swig/swig.git",
|
download_url="https://github.com/swig/swig.git",
|
||||||
download_name="swig",
|
download_name="swig",
|
||||||
download_tool=download_tool_git,
|
download_tool=download_tool_git,
|
||||||
revision=f"rel-{SWIG_VERSION}",
|
revision=f"v{SWIG_VERSION}",
|
||||||
)
|
)
|
||||||
|
|
||||||
if "freetype" in targets:
|
if "freetype" in targets:
|
||||||
|
|||||||
Reference in New Issue
Block a user