zig build dependencies: implement the logic for hooking up args to build options #14285
Labels
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
Extracted from #14265.
zig/lib/std/build.zig
Lines 314 to 323 in 7cb2f92
The
args
parameter comes from the second argument passed todependency
, as in this example:It is meant to fulfill the options declared with
b.option
.The text was updated successfully, but these errors were encountered: