Functions
fn addOption(self: *Options, comptime T: type, name: []const u8, value: T) void
No documentation provided.
fn addOptionArtifact(self: *Options, name: []const u8, artifact: *Step.Compile) void
Deprecated: use
addOptionPath(options, name, artifact.getEmittedBin())
instead…Deprecated: use
addOptionPath(options, name, artifact.getEmittedBin())
instead.fn addOptionFileSource(self: *Options, name: []const u8, path: LazyPath) void
deprecated: use
addOptionPath
fn addOptionPath(self: *Options, name: []const u8, path: LazyPath) void
The value is the path in the cache dir. Adds a dependency automatically.