macro_rules! match_arch {
($host_arch:expr, $match_arch:pat, $expr:expr) => { ... };
}
Expand description
Helper method to handle Linux distros that are supported only on one host architecture. match_arch!(var, arch, result)
macro_rules! match_arch {
($host_arch:expr, $match_arch:pat, $expr:expr) => { ... };
}
Helper method to handle Linux distros that are supported only on one host architecture. match_arch!(var, arch, result)