This commit is contained in:
Dominik Werder
2021-04-06 22:49:27 +02:00
parent d374540496
commit debf06bc97
4 changed files with 191 additions and 17 deletions

View File

@@ -5,5 +5,6 @@ fn main() {
.file("src/iochain.c")
.file("src/lz4.c")
.include("src")
.warnings(false)
.compile("bitshufbundled");
}