structstd.Build.Step.Run.PrefixedLazyPath[src]

Fields

prefix: []const u8
lazy_path: std.Build.LazyPath

Source Code

Source code
pub const PrefixedLazyPath = struct {
    prefix: []const u8,
    lazy_path: std.Build.LazyPath,
}