Function addInstallFile [src]
dest_rel_path is relative to install prefix path
Prototype
pub fn addInstallFile(b: *Build, source: LazyPath, dest_rel_path: []const u8) *Step.InstallFile Parameters
b: *Buildsource: LazyPathdest_rel_path: []const u8 Source
pub fn addInstallFile(b: *Build, source: LazyPath, dest_rel_path: []const u8) *Step.InstallFile {
return b.addInstallFileWithDir(source, .prefix, dest_rel_path);
}