Add recursive directory contents when using RunStep.addDirectoryArg and friends #20935
Labels
bug
Observed behavior contradicts documented or intended behavior
zig build system
std.Build, the build runner, `zig build` subcommand, package management
Milestone
zig/lib/std/Build/Step/Run.zig
Lines 643 to 648 in a931bfa
Right now, the directory path is cached, but not it's contents. This means when using a thing like
The text was updated successfully, but these errors were encountered: