summaryrefslogtreecommitdiff
path: root/tools/preprocess_files.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix preprocess_filesGravatar Vincent Rischmann2023-11-231-2/+2
|
* Fix build failures on latest ZigGravatar Lue2023-05-171-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.
* add a tool to preprocess filesGravatar Vincent Rischmann2022-09-181-0/+254