pub const IncludeDir = union(enum)
pub const IncludeDir = union(enum) { path: LazyPath, path_system: LazyPath, path_after: LazyPath, framework_path: LazyPath, framework_path_system: LazyPath, other_step: *Step.Compile, config_header_step: *Step.ConfigHeader, embed_path: LazyPath, }