build-all tuple typo

This commit is contained in:
Thomas Krijnen
2025-09-10 10:37:05 +02:00
parent ee632b7c37
commit c61d4bb70a
+1 -1
View File
@@ -267,7 +267,7 @@ dependency_tree: "dict[str, tuple[str, ...]]" = {
"cgal": (),
"eigen": (),
"freetype": (),
"rocksdb": ("zstd"),
"rocksdb": ("zstd",),
"zstd": (),
# 'usd': ('boost', 'oneTBB')
}