const ConfigureOptions = struct
const ConfigureOptions = struct { configure_argv: [][]const u8, conf_argv_index_build_root: usize, cached_passthru_configure: []const u32, cache_poison: std.Build.Graph.CachePoison, pkg_root: Path, build_root: BuildRoot, cwd_path: []const u8, color: Color, debug_target: ?[]const u8, parent_progress_node: std.Progress.Node, fetch_mode: Fetch.JobQueue.Mode, system_pkg_dir_path: ?[]const u8, fetch_only: bool, print_configuration: PrintConfiguration, forks: []Fork, }