fn addOutputFileArg(self: *Run, basename: []const u8) std.Build.LazyPath

This provides file path as a command line argument to the command being run, and returns a LazyPath which can be used as inputs to other APIs throughout the build system.

Parameters

self: *Run,
basename: []const u8,