alacritty: add info for why arm64 doesn't work

This commit is contained in:
Christoph Reiter
2023-07-22 15:05:47 +02:00
parent dafc77ca68
commit 752a159cca

View File

@@ -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