mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
This allows running commands that take an output directory argument. The main thing that was needed for this feature was generated file subpaths, to allow access to the files in a generated directory. Additionally, a minor change was required to so that the correct directory is created for output directory args.