mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
build-all tuple typo
This commit is contained in:
+1
-1
@@ -267,7 +267,7 @@ dependency_tree: "dict[str, tuple[str, ...]]" = {
|
|||||||
"cgal": (),
|
"cgal": (),
|
||||||
"eigen": (),
|
"eigen": (),
|
||||||
"freetype": (),
|
"freetype": (),
|
||||||
"rocksdb": ("zstd"),
|
"rocksdb": ("zstd",),
|
||||||
"zstd": (),
|
"zstd": (),
|
||||||
# 'usd': ('boost', 'oneTBB')
|
# 'usd': ('boost', 'oneTBB')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user