const sep: type = switch (native_os) {
    .windows, .uefi => sep_windows,
    else => sep_posix,
};