Feature Request: subpath derived FileSource in build.zig #16067
Labels
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
zig build system
std.Build, the build runner, `zig build` subcommand, package management
Milestone
Hey, I'd like to get a FileSource relative to another FileSource representing a directory in build.zig.
Example Use-Case:
I am unzipping some binaries and want to then install/link some subdirectories/files from the unzip.
Im trying to avoid implementing a custom Step and just use the builtin ones in a Makeish way.
The text was updated successfully, but these errors were encountered: