pub const ARCH = switch (native_os)
pub const ARCH = switch (native_os) { .linux => linux.ARCH, else => void, }