[zstd] Add libzstd

Adding libzstd from Zstandard release 1.5.3
This commit is contained in:
Justin C. Miller
2023-01-17 15:34:05 -08:00
parent 1b0c0b6dbe
commit 3af2d41a7f
47 changed files with 23361 additions and 2 deletions

4
configure vendored
View File

@@ -21,7 +21,9 @@ def generate(output, config, manifest):
fullpath = path / f
def module_init(name, **kwargs):
m = Module(name, fullpath, path, **kwargs)
if not "root" in kwargs:
kwargs["root"] = path
m = Module(name, fullpath, **kwargs)
modules[m.name] = m
return m