diff --git a/src/compiler/target.c b/src/compiler/target.c index 608233806..12b694c66 100644 --- a/src/compiler/target.c +++ b/src/compiler/target.c @@ -381,6 +381,7 @@ static bool arch_is_supported(ArchType arch) switch (arch) { case ARCH_TYPE_X86_64: + case ARCH_TYPE_AARCH64: return true; default: return false;