diff options
Diffstat (limited to '')
-rw-r--r-- | games/veloren-weekly/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile index 31271ff08e1f..9afcc3c6ed7a 100644 --- a/games/veloren-weekly/Makefile +++ b/games/veloren-weekly/Makefile @@ -13,6 +13,7 @@ WWW= https://veloren.net/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= https://github.com/rust-lang/libc/issues/3217 ONLY_FOR_ARCHS= aarch64 amd64 i386 # https://gitlab.com/veloren/veloren/-/issues/1006 ONLY_FOR_ARCHS_REASON= unsupported platform by https://github.com/wasmerio/wasmer |