mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
krata: compile for aarch64 (aarch64 guests are not yet supported)
This commit is contained in:
@ -234,6 +234,7 @@ macro_rules! mac_impl {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(not(target_arch = "aarch64"))]
|
||||
impl TryFrom<&[core::ffi::c_char]> for $nm {
|
||||
type Error = ParseError;
|
||||
|
||||
|
Reference in New Issue
Block a user