mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
Fix download of occt in nix build
This commit is contained in:
+1
-1
@@ -486,7 +486,7 @@ if USE_OCCT:
|
|||||||
"-DBUILD_MODULE_Draw=0",
|
"-DBUILD_MODULE_Draw=0",
|
||||||
],
|
],
|
||||||
download_url = "%s;a=snapshot;h=%s;sf=tgz" % (occt_gitweb, OCCT_HASH),
|
download_url = "%s;a=snapshot;h=%s;sf=tgz" % (occt_gitweb, OCCT_HASH),
|
||||||
additional_files = {fn: "%s;a=blob_plain;hb=%s;f=%s.hxx" % (occt_gitweb, OCCT_HASH, fn) for fn in long_filenames_ext},
|
additional_files = {fn: "%s;a=blob_plain;hb=%s;f=%s" % (occt_gitweb, OCCT_HASH, fn) for fn in long_filenames_ext},
|
||||||
patch = patch_filename,
|
patch = patch_filename,
|
||||||
download_name = "occt-%s.tar.gz" % OCCT_HASH,
|
download_name = "occt-%s.tar.gz" % OCCT_HASH,
|
||||||
no_append_name = True)
|
no_append_name = True)
|
||||||
|
|||||||
Reference in New Issue
Block a user