From 752a159ccab5bad5e2788c6700da2a26ea688917 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 22 Jul 2023 15:05:47 +0200 Subject: [PATCH] alacritty: add info for why arm64 doesn't work --- mingw-w64-alacritty/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-alacritty/PKGBUILD b/mingw-w64-alacritty/PKGBUILD index e89bad56f0..e74580ab7b 100644 --- a/mingw-w64-alacritty/PKGBUILD +++ b/mingw-w64-alacritty/PKGBUILD @@ -27,6 +27,7 @@ sha256sums=('SKIP') prepare() { cd "${srcdir}/${_realname}" + # https://github.com/msys2/MINGW-packages/pull/17827#issuecomment-1646226014 # if [[ $MINGW_PACKAGE_PREFIX == *-clang-aarch64 ]]; then # cargo fetch --locked --target aarch64-pc-windows-gnullvm # else