fn exec(b: *Build, argv: []const []const u8) []u8

This is a helper function to be called from build.zig scripts, not from inside step make() functions. If any errors occur, it fails the build with a helpful message.

Parameters

b: *Build,
argv: []const []const u8,