static_path: LazyPathsystem_lib: SystemLibassembly_file: LazyPathc_source_file: *CSourceFilec_source_files: *CSourceFileswin32_resource_file: *RcSourceFilepub const LinkObject = union(enum) {
static_path: LazyPath,
other_step: *Step.Compile,
system_lib: SystemLib,
assembly_file: LazyPath,
c_source_file: *CSourceFile,
c_source_files: *CSourceFiles,
win32_resource_file: *RcSourceFile,
}