mirror of
https://github.com/ziglang/zig.git
synced 2026-01-10 09:25:11 +00:00
The input path could be cwd-relative, in which case it must be modified before it is written into the batch script. Also, remove usage of deprecated `GeneralPurposeAllocator` alias, rename `allocator` to `gpa`, use unmanaged `ArrayList`.