mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +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`.