summaryrefslogtreecommitdiff
path: root/tools/preprocess_files.zig (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-17Fix build failures on latest ZigGravatar Lue1-1/+1
Now the correct build APIs and `@memset` builtin are used. Unfortunately cImport fails for `aarch64` and `riscv64` targets, but I'm not sure how to fix this.
2022-09-18add a tool to preprocess filesGravatar Vincent Rischmann1-0/+254